How should the DevOps engineer configure status updates for pipeline activity and approval requests to post to the chat tool?

1 Comment

  1. Elijah
    Author

    I think the answer is:
    Create an Amazon EventBridge (Amazon CloudWatch Events) rule that filters on CodePipeline Pipeline Execution State Change. Publish the events to an Amazon Simple Notification Service (Amazon SNS) topic. Create an AWS Lambda function that sends event details to the chat webhook URL. Subscribe the function to the SNS topic.

Leave a Reply

Your email address will not be published. Required fields are marked *

5 − two =