Posted in: Aws云上云维
Setup Slack Notifications for AWS CodeDeploy
CodeDeploy doesn’t come with a native way to integrate with third party services; so in order to integrate with a service you need to do a small workaround involving SNS and Lambda.
Setup SNS Topic and Lambda
First you need to setup a SNS Topic “deployments” (Feel free to use your own topic name). Once that is done you need to hop on over to Lambda and ...