
Create an API Gateway HTTP APIs endpoint that starts a Step Functions syncronous Express Workflow
git clone https://github.com/aws-samples/serverless-patterns/cd serverless-patterns/apigw-sfnsam deploy --guidedcurl --location --request POST '{HelloWorldApi}' --header 'Content-Type: application/json' --data-raw '{ "IsHelloWorldExample": "Yes" }'sam delete --stack-name STACK_NAME.aws cloudformation list-stacks --query "StackSummaries[?contains(StackName,'STACK_NAME')].StackStatus"