
Invoke an AWS Step Functions workflow from AWS Lambda, with logging enabled
git clone https://github.com/aws-samples/serverless-patterns/cd serverless-patterns/lambda-sfn-rustsam deploy --guidedaws lambda invoke --function-name {LambdaProxyArn} --invocation-type Event --payload '{ "IsHelloWorldExample": "Hello" }' response.json --cli-binary-format raw-in-base64-outsam delete --stack-name STACK_NAME.aws cloudformation list-stacks --query "StackSummaries[?contains(StackName,'STACK_NAME')].StackStatus"