Created
January 31, 2022 00:15
-
-
Save beabetterdevv/2e4c26040d9234529b19d6ddc58d1a05 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
Pre-Reqs | |
--- | |
1) CDK | |
2) NPM | |
3) A Github repository | |
1. Run this command | |
export CDK_NEW_BOOTSTRAP=1 | |
npx cdk bootstrap aws://<YOUR_ACCONT_ID>/<YOUR_REGION> --cloudformation-execution-policies arn:aws:iam::aws:policy/AdministratorAccess aws://<YOUR_ACCONT_ID>/<YOUR_REGION> | |
2. Create github repo - mine is https://github.com/beabetterdevv/ci-cd-aws-pipeline-demo.git | |
3. Clone your repo onto local - git clone https://github.com/beabetterdevv/ci-cd-aws-pipeline-demo.git ci-cd-aws-pipeline-demo |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Awesome!!