Skip to content

Deploy a Prefect flow to serverless AWS Lambda function

License

Notifications You must be signed in to change notification settings

anna-geller/prefect-aws-lambda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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