DevDojo Academy Blog

Bem-vindos,

  • A biblioteca sagrada das mais finas artes da programação e outros temas relacionados ao mundo de T.I
  • Visite nosso site Devdojo Academy.
AWS CDK Serverless Text to Speech pt II

AWS CDK Serverless Text-to-Speech pt II

In the first part of this article check it out right here, we saw an overview of the solution. Now, we will delve into the code and explain how to build the solution from scratch. I will highlight the key aspects of the codebase that I have created for exploring this tool and constructing the serverless solution. If you haven’t read the first part yet, I recommend doing so before proceeding....

July 15, 2023 · 9 min · Brenon Araujo
AWS CDK Serverless Text to Speech pt I

AWS CDK Serverless Text-to-Speech

Learn how to use AWS serverless tools to synthesize text into human-like speech audio files, all written in TypeScript and deployed with AWS CDK. In the world of cloud development, ‘serverless’ is a magical term. It not only simplifies application architecture (though this claim can be contentious), but it also significantly reduces operational costs. Today, I’m going to show you how to build a serverless Text-to-Speech pipeline using the AWS Cloud Development Kit (CDK), written in TypeScript....

July 14, 2023 · 8 min · Brenon Araujo