Skip to content
This repository has been archived by the owner on Dec 26, 2022. It is now read-only.

Commit

Permalink
Upgrade aws cdk to 1.46 to take advantage of fix for aws/aws-cdk#3463
Browse files Browse the repository at this point in the history
  • Loading branch information
inickles-grapl committed Jun 24, 2020
1 parent 4a93a83 commit e052c87
Show file tree
Hide file tree
Showing 3 changed files with 654 additions and 573 deletions.
5 changes: 4 additions & 1 deletion src/js/grapl-cdk/cdk.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
{
"app": "npx ts-node bin/grapl-cdk.ts"
"app": "npx ts-node bin/grapl-cdk.ts",
"context": {
"@aws-cdk/core:newStyleStackSynthesis": true
}
}
Loading

0 comments on commit e052c87

Please sign in to comment.