
Create an AWS Step Functionsworkflow to integrate with Amazon DynamoDB
git clone https://github.com/aws-samples/serverless-patterns/cd serverless-patterns/sfn-dynamodb-cdkcdk deployaws stepfunctions start-execution --name "test" --state-machine-arn "{StateMachinetoDDBArn}" --input "{\"id\": \"12345\" }"npx cdk destroy.aws cloudformation list-stacks --query "StackSummaries[?contains(StackName,'STACK_NAME')].StackStatus".