Skip to content

Commit

Permalink
Update README.md and add links to medium
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrieltorreswm authored Feb 26, 2024
1 parent 6300f3c commit 7c26871
Showing 1 changed file with 13 additions and 10 deletions.
23 changes: 13 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
# Welcome to your CDK TypeScript project
# DevOps Revolution: Amplify Deployment Across AWS Accounts Using AWS CDK for Seamless Integration

This is a blank project for CDK development with TypeScript.
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.

The `cdk.json` file tells the CDK Toolkit how to execute your app.
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.

## Useful commands
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.

* `npm run build` compile typescript to js
* `npm run watch` watch for changes and compile
* `npm run test` perform the jest unit tests
* `cdk deploy` deploy this stack to your default AWS account/region
* `cdk diff` compare deployed stack with current state
* `cdk synth` emits the synthesized CloudFormation template
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](https://github.com/gabrieltorreswm/ci-cd-crossaccount/assets/9329001/00072409-7395-49a9-828c-64da37a04b78)




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

0 comments on commit 7c26871

Please sign in to comment.