2: Even More on CodePipeline
·1 min
Table of Contents
Where can eventBridge stuff happen in the pipeline?
Source
- e.g. successful merge:
- Trigger lambda here!
Build
- Success/fail
- Trigger SNS
Deploy
- Deployed, tested
- Trigger SNS
Monitor
- Health checks
- Trigger SNS
EventBridge is a superset of CloudWatch Events.
- We can set up conditional actions based on success/fails
What are the essential automation glue tools?
- EventBridge (the new CloudWatch)
- Lambda
- SNS