Monthly Python: AWS Lambda & Polly


Details
Welcome to your monthly dose of Python, everyone's favorite programming language! This time we'll look at two AWS services, see below, and how to use them with Python. Next time: More on async!
Every third Monday at The TIDE, you have the opportunity to give back by participating in PizzaPY. You can also learn how to present ideas and technical concepts to others. Let us know, if you want to present something, even if short, or do a workshop!
Examples of topics:
• Present a library you worked with.
• Demonstrate a new language feature, like async.
• Workshop on how to get started with Django
• Discuss the elegance of some particularly beautiful piece of Python code
---
This time:
• Converting text to speech with Polly (https://aws.amazon.com/polly/), by JayR
• Testing AWS Lambda function locally with Atlassian's localstack (https://github.com/atlassian/localstack), by Murat

Monthly Python: AWS Lambda & Polly