Tag: 8. Software Development

Announcing the AWS Well-Architected Framework DevOps Guidance

October 17, 2023 By Mark Otto Off

Today, Amazon Web Services (AWS) announced the launch of the AWS Well-Architected Framework DevOps Guidance. The AWS DevOps Guidance introduces the AWS DevOps Sagas—a collection of modern capabilities that together form a comprehensive approach to designing, developing, securing, and efficiently operating software at cloud scale.…

How to add notifications and manual approval to an AWS CDK Pipeline

August 18, 2023 By Mark Otto Off

A deployment pipeline typically comprises several stages such as dev, test, and prod, which ensure that changes undergo testing before reaching the production environment. To improve the reliability and stability of release processes, DevOps teams must review Infrastructure as Code (IaC) changes before applying them in production. As…