-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Follow-up to #1706, which upgraded the node runtimes to 20. Node 20 is only compatible with SDK v3. This removes every use of the SDK v2.
- Loading branch information
Showing
20 changed files
with
1,648 additions
and
510 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,14 +27,16 @@ const project = new typescript.TypeScriptProject({ | |
'@types/adm-zip', | ||
'@types/follow-redirects', | ||
'aws-cdk', | ||
'jest-create-mock-instance', | ||
'constructs', | ||
'aws-cdk-lib', | ||
'standard-version', | ||
'ts-jest', | ||
'typescript', | ||
'aws-sdk', | ||
'aws-sdk-mock', | ||
'@aws-sdk/client-s3', | ||
'@aws-sdk/client-ssm', | ||
'@aws-sdk/client-secrets-manager', | ||
'@aws-sdk/client-codepipeline', | ||
'@aws-sdk/client-cloudwatch', | ||
'[email protected]', // need to pin due to https://github.com/axios/axios/issues/5101 | ||
'rrule', | ||
'esbuild', | ||
|
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.