Text to speech converter

Workflow for reading text files by voice using Amazon polly API.

This Step functions workflow reads text from S3 and converts to voice using Amazon polly API

Launch Stack
< Back to all workflows

GitHub icon 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

1. Deploy stack
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.

Created by:

Yoonseo Kim

Yoonseo Kim

Solutions Architect in Amazon Web Services Korea