serverless-step-functions
serverless-step-functions copied to clipboard
Manual approval example
Manual Approval Step Feature Proposal
Description
Please provide an example on how to adapt the tool for a manual approval step.
Additional Data
- https://aws.amazon.com/blogs/compute/implementing-serverless-manual-approval-steps-in-aws-step-functions-and-amazon-api-gateway/
With the release of Callback in Step functions, the pattern described in the link above should not be used anymore (there are some flaws to the way this is set up, these are resolved by the way Callbacks are supported). Have a look here: https://docs.aws.amazon.com/step-functions/latest/dg/connect-to-resource.html#connect-wait-token
I have a snippet included in #201 .