Skip to content

Instantly share code, notes, and snippets.

@beabetterdevv
Created January 31, 2022 00:15
Show Gist options
  • Save beabetterdevv/2e4c26040d9234529b19d6ddc58d1a05 to your computer and use it in GitHub Desktop.
Save beabetterdevv/2e4c26040d9234529b19d6ddc58d1a05 to your computer and use it in GitHub Desktop.
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
@prasku5
Copy link

prasku5 commented Jun 24, 2024

Awesome!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment