Amazon S3 to AWS Lambda to Amazon Polly

Amazon S3 → AWS Lambda → Amazon Polly

Automating Text-to-Speech with Lambda and S3 Triggers

This pattern provides an AWS Cloud Development Kit (AWS CDK) template that deploys a Lambda function triggered by the creation of an S3 object. The Lambda function starts an Amazon Polly task and stores the generated results in another S3 bucket. The deployment includes one Lambda function and two S3 buckets.

< Back to all patterns

GitHub icon Download this pattern (.zip)

GitHub icon View this pattern on GitHub


Clone repo

git clone https://github.com/aws-samples/serverless-patterns/cd serverless-patterns/lambda-s3-polly-cdk

Deploy

cdk deploy


Testing

See the GitHub repo for detailed testing instructions.

Cleanup

Delete the stack: cdk delete.

Created by:

Kranthi Kiran A

Kranthi Kiran A

Kranthi is an Associate Cloud Developer with Amazon Web Services

Follow on LinkedIn