Skip to content

Commit

Permalink
chore(all): perform updates required to move to latest cdk version (#…
Browse files Browse the repository at this point in the history
…1019)

* Fix stray version number

* First round of updates

* Lock in cdk-integ upgrade (avoid revert)

* Update integration snapshots
  • Loading branch information
biffgaut authored Oct 13, 2023
1 parent 8f76f0c commit e94cd5a
Show file tree
Hide file tree
Showing 203 changed files with 8,603 additions and 12,375 deletions.
2 changes: 1 addition & 1 deletion deployment/v2/align-version.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const findVersion = process.argv[2];
const replaceVersion = process.argv[3];

// these versions need to be sourced from a config file
const awsCdkLibVersion = '2.82.0';
const awsCdkLibVersion = '2.99.1';
const constructsVersion = '10.0.0';
const MODULE_EXEMPTIONS = new Set([
'@aws-cdk/cloudformation-diff',
Expand Down
Loading

0 comments on commit e94cd5a

Please sign in to comment.