
Translate Text in Parallel and save to DynamoDB
git clone https://github.com/aws-samples/step-functions-workflows-collection/tree/main/parallel-translate/cd step-functions-workflows-collection/parallel-translate
sam buildsam deploy --guided
aws stepfunctions start-execution --state-machine-arn arn:aws:states:::stateMachine:TranslateText --input file://test-data.json sam delete.