Skip to content

Instantly share code, notes, and snippets.

@wmakeev
Last active September 17, 2020 14:10
Show Gist options
  • Save wmakeev/2bd83238ea97efb61d17c69ce7bb4953 to your computer and use it in GitHub Desktop.
Save wmakeev/2bd83238ea97efb61d17c69ce7bb4953 to your computer and use it in GitHub Desktop.
[AWS CDK Pipeline] #aws #cdk #pipeline
npm i @aws-cdk/aws-apigateway @aws-cdk/aws-lambda @aws-cdk/aws-codepipeline @aws-cdk/aws-codepipeline-actions @types/aws-lambda
cdk bootstrap \
--profile default \
--cloudformation-execution-policies arn:aws:iam::aws:policy/AdministratorAccess \
aws://910000000000/eu-west-1
cdk deploy --profile default CdkPipelineDemoPipelineStack
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment