-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update README.md and add links to medium
- Loading branch information
1 parent
6300f3c
commit 7c26871
Showing
1 changed file
with
13 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |