https://github.com/zamaidev/wait-for-callback-poc
A wait-for-callback pattern PoC, built-in AWS Step Functions and AWS Lambda using Python.
https://github.com/zamaidev/wait-for-callback-poc
lambda-functions python step-functions
Last synced: 7 months ago
JSON representation
A wait-for-callback pattern PoC, built-in AWS Step Functions and AWS Lambda using Python.
- Host: GitHub
- URL: https://github.com/zamaidev/wait-for-callback-poc
- Owner: zamaidev
- Created: 2024-07-02T20:05:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-02T20:12:08.000Z (over 1 year ago)
- Last Synced: 2025-06-08T20:36:57.235Z (7 months ago)
- Topics: lambda-functions, python, step-functions
- Language: Python
- Homepage:
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# aws-step-functions-wait-for-callback-poc
AWS Step Functions state machine using the wait-for-callback Pattern. The SQS queue receive a data, pause the flow meanwhile the generated token is saved on DynamoDB.
A third-party user calls a REST API through AWS API Gateway, gets the token, solve the problem and then post the token back to the AWS Step Functions API, continuing the flow to the end.
