bennorth / pyawssfn

Tools for converting Python code to AWS Step Function json
GNU General Public License v3.0
214 stars 10 forks source link

Apache Airflow package? #1

Open brylie opened 6 years ago

brylie commented 6 years ago

Apache Airflow may have similar design goals as this project. I.e. allowing developers to define DAGs of functions in various platforms. The Airflow project currently lacks AWS Lambda step-function support, so might benefit from your skills. Please consider writing an Apache Airflow package allowing AWS Lambda step-functions to be defined with Python.

bennorth commented 6 years ago

Thanks for the pointer. This could be an interesting area to explore, yes. I have no immediate plans to develop this much further for now, but I'll note your suggestion as a future-work item in case someone else wants to pick it up.