- Type:
- Standard Workflow
- Framework:
- AWS SAM
View this workflow on GitHub
Clone repo
git clone https://github.com/aws-samples/step-functions-workflows-collection/tree/main/tts-converter/cd step-functions-workflows-collection/tts-converter
Deploy
sam deploy --guided
Testing
2. Upload sample text file to S3 bucket (bucket-tts-media).
3. Then, stateMachine is auto-deployed in Step Functions Console.
4. When StateMachine is end, you can see video file in S3 bucket (bucket-tts-results).
Cleanup
1. First, You should delete objects in two S3 bucket. (bucket-tts-media, bucket-tts-results).
2. Delete the stack: sam delete.