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