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

https://github.com/jaehyeon-kim/revisit-lambda-operator

Revisit AWS Lambda Invoke Function Operator of Apache Airflow
https://github.com/jaehyeon-kim/revisit-lambda-operator

airflow aws aws-lambda python scheduling

Last synced: about 2 months ago
JSON representation

Revisit AWS Lambda Invoke Function Operator of Apache Airflow

Awesome Lists containing this project

README

          

# revisit-lambda-operator

[Revisit AWS Lambda Invoke Function Operator of Apache Airflow](https://jaehyeon.me/blog/2022-08-06-revisit-lambda-operator/)

- We'll discuss limitations of the Lambda invoke function operator of Apache Airflow and create a custom Lambda operator. The custom operator extends the existing one and it reports the invocation result of a function correctly and records the exact error message from failure.