serverless-operations / serverless-step-functions

AWS Step Functions plugin for Serverless Framework ⚡️
Other
1.03k stars 204 forks source link

Manual approval example #157

Open ejdoh1 opened 5 years ago

ejdoh1 commented 5 years ago

Manual Approval Step Feature Proposal

Description

Please provide an example on how to adapt the tool for a manual approval step.

Additional Data

levegetarien commented 5 years ago

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 .