Blog
Thoughts on engineering, design, and building great products.
Quality and Notifications in the Pipelin...
AWSCI/CD
Quality and Notifications in the Pipeline
A pipeline needs two more things to use for real: running test/scan as a blocking gate (broken code never reaches Deploy) and firing status notifications so nobody has to sit watching the console. This article uses tests in the Build stage as a gate, then sets up a notification rule that pushes pipeline events to SNS — reading a real notification through SQS to prove the chain works.
K
KaiMay 25, 2026· 10 viewsCloudWatch: Monitoring and Viewing Your ...
DevOpsAWS
CloudWatch: Monitoring and Viewing Your Application's Logs
Create a CPU alarm that emails you via SNS, and ship container logs to CloudWatch Logs for centralized viewing. Know how the system is running and get alerted when something goes wrong.
K
KaiMay 23, 2026· 18 views