A serverless solution that automates the conversion of text files into speech using AWS S3, Lambda, and Polly. This project demonstrates how to use AWS services to create a seamless workflow for converting text into audio.
Architecture:
Features:
- Serverless Architecture- Powered by AWS Lambda and Polly, with S3 as storage.
- Automated Workflow- Upload a .txt file to the source S3 bucket to trigger the process.
- Text-to-Speech Conversion- Amazon Polly converts the text into an MP3 audio file.
- Storage- The generated MP3 file is stored in a destination S3 bucket.