Text to Speech Using Amazon Polly, Lambda and AWS S3 — In this article, we will learn how to use Amazon’s text-to-speech service, Amazon Polly to generate an MP3 audio file from text content using an NodeJS (16 or below) AWS Lambda function. We will also learn how to upload the generated MP3 file to AWS S3 for completeness. Let us…