In practice – applying what you’ve learned
In this lab, we will walk through a simple pipeline that deploys a single microservice in Amazon Web Services (AWS) using the AWS Serverless Application Model (SAM). The AWS SAM is a solution that allows for the rapid creation and deployment of both code and architecture for serverless, AWS Lambda-based applications. Once you have configured the pipeline to run in your own GitHub account, we’ll look at strategies using which we can increase reliability and reduce toil.
GitHub is the most popular Git repository platform today and drives open source and developer collaboration in ways we could not have even imagined before it first came online in 2008.
As a pre-requisite to this lab, you will need the following accounts:
- A free GitHub account: https://github.com/join
- An AWS account: https://aws.amazon.com/free
- Basic knowledge of using Git and basic file management skills
In addition, you’...