serverless-step-functions icon indicating copy to clipboard operation
serverless-step-functions copied to clipboard

Manual approval example

Open ejdoh1 opened this issue 6 years ago • 1 comments

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/

ejdoh1 avatar Dec 10 '18 04:12 ejdoh1

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 .

levegetarien avatar May 26 '19 20:05 levegetarien