forked from aws/aws-cdk
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(custom-resources): update python runtime for custom resources (a…
…ws#31166) Closes aws#31245 Support latest python runtime that's available everywhere Update custom resource handler runtime to python 3.11 There were initially 40+ failed integration tests due to this change, all these tests are re-ran by deploying and verifying (no `dry-run` flag used). Now all existing tests are passing. - [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md) ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
- Loading branch information
Showing
523 changed files
with
54,433 additions
and
21,427 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
...nfiguration.js.snapshot/appconfigconfigurationDefaultTestDeployAssert6752CD38.assets.json
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
6 changes: 3 additions & 3 deletions
6
...ws-appconfig/test/integ.configuration.js.snapshot/aws-appconfig-configuration.assets.json
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 |
---|---|---|
|
@@ -936,7 +936,7 @@ | |
"Arn" | ||
] | ||
}, | ||
"Runtime": "python3.9", | ||
"Runtime": "python3.11", | ||
"Timeout": 900 | ||
}, | ||
"DependsOn": [ | ||
|
2 changes: 1 addition & 1 deletion
2
...k-testing/framework-integ/test/aws-appconfig/test/integ.configuration.js.snapshot/cdk.out
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
...esting/framework-integ/test/aws-appconfig/test/integ.configuration.js.snapshot/integ.json
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
16 changes: 14 additions & 2 deletions
16
...ing/framework-integ/test/aws-appconfig/test/integ.configuration.js.snapshot/manifest.json
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.