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
- Host: GitHub
- URL: https://github.com/jaehyeon-kim/revisit-lambda-operator
- Owner: jaehyeon-kim
- Created: 2022-07-26T18:40:46.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-05-25T23:00:20.000Z (about 3 years ago)
- Last Synced: 2025-08-07T21:45:53.530Z (11 months ago)
- Topics: airflow, aws, aws-lambda, python, scheduling
- Language: Python
- Homepage:
- Size: 40 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.