Build notifications
CodeBuild allows you to configure notifications through SNS and Amazon Chatbot (Slack) to get status updates on build progress. You can define what status changes should trigger these notifications. Perform the following instructions to configure build notifications:
- In the
packt-aws-code-pipeline
CodeBuild project, click on Settings under Build projects:
Figure 8.35 – AWS CodeBuild project settings
- Click on the Notifications tab and then the Create notifications rule button to create a notification:
Figure 8.36 – CodeBuild project notifications tab
- Provide a notification name, specify the type of details you want to see in the notification, and select the events that should trigger the notification. In the following screenshot we have selected all events, so we will get notifications as the build moves through each status. Select and configure the notification target...