Created: 2020-01-27
Modified: 2020-01-27
AWS CodeBuild CICD - Deploy to Lambda
Build a CI/CD pipeline for Python Lambda functions using CodeCommit, CodeBuild, and AWS SAM templates to test and auto-deploy on every commit.
Created: 2020-01-15
Modified: 2020-01-15
CodePipeline - Continuous Delivery to AWS ECR
Wire up AWS CodeCommit, CodePipeline, and CodeBuild with a buildspec.yml to auto-build Docker images and push them to ECR on every commit.