How to set AWS CodeDeployment failure notification
In this article I will show you how you can easily create a SNS notification when your code deployment fails. AWS offers a very nice tool which is CodeDeployment. It…
In this article I will show you how you can easily create a SNS notification when your code deployment fails. AWS offers a very nice tool which is CodeDeployment. It…
In this article, I will show you how you can set up an auto-deployment using CodeCommit, CodeDeployment, and CodePipeline. This is a routine job for DevOps to setup these pipelines…