Source: levelup.gitconnected.com

Setup AWS CI/CD for Serverless Deployment

Category: Deployment, Software, github, yaml

In this article, we are going to automate the deployment of our serverless applications with AWS CI/CD tools. We would be using three services of AWS: CodeCommit, CodeBuild, CodePipeline. AWS code commit is a source control service that allows you to host your git-based repositories.

Related Articles