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

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.

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.


![state-machine](stepfunctions_graph.png)