gabrieltorreswm / ci-cd-crossaccount

This repository has a CI/CD life cycle via CDK focus on Serverless Applications.

Home Page:https://medium.com/towards-aws/devops-revolution-amplify-deployment-across-aws-accounts-and-regions-using-aws-cdk-for-seamless-d2337d437cef

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DevOps Revolution: Amplify Deployment Across AWS Accounts Using AWS CDK for Seamless Integration

The article focuses on the following characteristics: We will build a strategy to have CI/CD (continuous integration and continuous delivery) for our developer teams with an efficient life cycle, focused on application-making with a paradigm over Serverless and Cloud-Native.

In my five years of experience working with Serverless Applications, I have often used “Serverless Frameworks” such as IAC tools. But in recent years, I have had a great challenge migrating from “Serverless Framework” to “CDK” using the same paradigm.

It was a fantastic outcome because the switch was transparent to the teams; it is a fact that the way the team declared the resources changed, but at the end of the day, it is natural to developer teams instead of declaring resources now writing them.

The following workflow gives you a big picture of what we will build through walking this article.

Screenshot 2024-02-25 at 20 24 07

read more: https://medium.com/towards-aws/devops-revolution-amplify-deployment-across-aws-accounts-and-regions-using-aws-cdk-for-seamless-d2337d437cef

About

This repository has a CI/CD life cycle via CDK focus on Serverless Applications.

https://medium.com/towards-aws/devops-revolution-amplify-deployment-across-aws-accounts-and-regions-using-aws-cdk-for-seamless-d2337d437cef


Languages

Language:TypeScript 89.3%Language:JavaScript 10.7%