This repository is linked to https://realpython.com/aws-chalice-serverless-python/ post.
A step by step tutorial on how to build and deploy your very first serverless app. Multiple steps are divided in 3 tags where each tag serves as an incremental feature. Let's begin by cloning the repository and follow the steps from the post.
A simple Hello World app showcasing the simplicity of how a serverless app can be deployed in no time.
Evolving our Hello World app from the last section, to a more robust and real word SMS sender app, using Twilio APIs underneath.
Refactoring the code using few best practices pertaining to large serverless projects.