City audit chat requires a record whenever a production deploy finishes. How should the pipeline notify that completion?
Select an answer to reveal the explanation.
Short Explanation
Audit chat shouldn't depend on someone remembering to type 'shipped.' Have the pipeline fire EventBridge or SNS when prod deploy finishes so the record is automatic. Ops gets a timestamped breadcrumb without heroics.
Full Explanation
Deployment completion should be instrumented as an event—commonly via Amazon EventBridge or Amazon SNS—so downstream audit and ChatOps systems receive reliable notifications. Manual spreadsheets, sticky notes, or silenced pipelines fail operational and audit expectations. Event-driven completion signals integrate cleanly with municipal change records.