Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 458 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 458 Bytes

Event-driven Dataflow with AWS Lambda and Prefect

This project demonstrates how to deploy several Prefect flows to serverless AWS Lambda functions.

Some of those are scheduled, others are triggered by S3 put object event - all of that can be easily configured via YAML configuration thanks to the serverless framework.

Blog post