Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Serverless SMS Sender Service

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.

Phase 1 - Hello World

A simple Hello World app showcasing the simplicity of how a serverless app can be deployed in no time.

Phase 2 - SMS Sender Service

Evolving our Hello World app from the last section, to a more robust and real word SMS sender app, using Twilio APIs underneath.

Phase 3 - Refactoring

Refactoring the code using few best practices pertaining to large serverless projects.