Serverless in action. Part 4: CI/CD
Part 0: Intro, Part 1: Auth and Part 2: CRUD and Part 3: Notification
Introduction
In this part, we would create a CI/CD process using AWS tools. There are a few AWS services for that:
- CodeBuild - continuous integration service.
- CodeDeploy - deployment service.
- CodePipeline - continuous delivery service.