Readable CodePipeline deploy notifications with AWS Lambda
AWS CodePipeline is a flexible and start-up friendly (i.e. cheap) way to get CI/CD (Continous Integration/Continous Deployment). git push origin master
is all it takes to commit, test & deploy. That’s great.