Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/anna-geller/prefect-aws-lambda

Deploy a Prefect flow to serverless AWS Lambda function
https://github.com/anna-geller/prefect-aws-lambda

automation aws aws-lambda cicd data-engineering data-engineering-infrastructure data-engineering-pipeline data-science dataflow dataflow-ops event-driven event-driven-architecture lambda pipeline python serverless serverless-framework

Last synced: 16 days ago
JSON representation

Deploy a Prefect flow to serverless AWS Lambda function

Awesome Lists containing this project

README

        

# 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](https://medium.com/the-prefect-blog/event-driven-data-pipelines-with-aws-lambda-prefect-and-github-actions-b3d9f84b1309)