Skip to content

Commit 74a14b3

Browse files
authored
chore: reverting "fix(s3-deployment): upgrade bucket deployment environment from python 3.11 to 3.13" (#34036)
Reverts #34013 Reverting this PR because we need to confirm that Python3.13 is available and works in all AWS regions before releasing this. cc: @fschaeffler
1 parent aac8693 commit 74a14b3

File tree

61 files changed

+61
-69
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+61
-69
lines changed

packages/@aws-cdk-testing/framework-integ/test/aws-appconfig/test/integ.configuration.js.snapshot/aws-appconfig-configuration.template.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -937,7 +937,7 @@
937937
"Arn"
938938
]
939939
},
940-
"Runtime": "python3.13",
940+
"Runtime": "python3.11",
941941
"Timeout": 900
942942
},
943943
"DependsOn": [

packages/@aws-cdk-testing/framework-integ/test/aws-appconfig/test/integ.configuration.js.snapshot/tree.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/@aws-cdk-testing/framework-integ/test/aws-cloudfront-origins/test/integ.s3-encrypted-bucket-origin-oac.js.snapshot/cloudfront-s3-encrypted-bucket-origin-oac.template.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,7 @@
536536
"Arn"
537537
]
538538
},
539-
"Runtime": "python3.13",
539+
"Runtime": "python3.11",
540540
"Timeout": 900
541541
},
542542
"DependsOn": [

packages/@aws-cdk-testing/framework-integ/test/aws-cloudfront-origins/test/integ.s3-encrypted-bucket-origin-oac.js.snapshot/tree.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/@aws-cdk-testing/framework-integ/test/aws-codepipeline-actions/test/integ.pipeline-commands.js.snapshot/aws-cdk-codepipeline-commands.template.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@
414414
"Arn"
415415
]
416416
},
417-
"Runtime": "python3.13",
417+
"Runtime": "python3.11",
418418
"Timeout": 900
419419
},
420420
"DependsOn": [

packages/@aws-cdk-testing/framework-integ/test/aws-codepipeline-actions/test/integ.pipeline-commands.js.snapshot/tree.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/@aws-cdk-testing/framework-integ/test/aws-codepipeline-actions/test/integ.pipeline-ecr-image-scan-action.js.snapshot/codepipeline-ecr-image-scan-action.template.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@
347347
"Arn"
348348
]
349349
},
350-
"Runtime": "python3.13",
350+
"Runtime": "python3.11",
351351
"Timeout": 900
352352
},
353353
"DependsOn": [

packages/@aws-cdk-testing/framework-integ/test/aws-codepipeline-actions/test/integ.pipeline-ecr-image-scan-action.js.snapshot/tree.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/@aws-cdk-testing/framework-integ/test/aws-codepipeline-actions/test/integ.pipeline-elastic-beanstalk-deploy.js.snapshot/aws-cdk-codepipeline-elastic-beanstalk-deploy.template.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@
347347
"Arn"
348348
]
349349
},
350-
"Runtime": "python3.13",
350+
"Runtime": "python3.11",
351351
"Timeout": 900
352352
},
353353
"DependsOn": [

packages/@aws-cdk-testing/framework-integ/test/aws-codepipeline-actions/test/integ.pipeline-elastic-beanstalk-deploy.js.snapshot/tree.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/@aws-cdk-testing/framework-integ/test/aws-dynamodb/test/integ.import-source.js.snapshot/S3Stack.template.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@
356356
"Arn"
357357
]
358358
},
359-
"Runtime": "python3.13",
359+
"Runtime": "python3.11",
360360
"Timeout": 900
361361
},
362362
"DependsOn": [

packages/@aws-cdk-testing/framework-integ/test/aws-dynamodb/test/integ.import-source.js.snapshot/tree.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/@aws-cdk-testing/framework-integ/test/aws-ecs/test/ec2/integ.environment-file.js.snapshot/aws-ecs-integ.template.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1368,7 +1368,7 @@
13681368
"Arn"
13691369
]
13701370
},
1371-
"Runtime": "python3.13",
1371+
"Runtime": "python3.11",
13721372
"Timeout": 900
13731373
},
13741374
"DependsOn": [

packages/@aws-cdk-testing/framework-integ/test/aws-ecs/test/ec2/integ.environment-file.js.snapshot/tree.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/@aws-cdk-testing/framework-integ/test/aws-elasticloadbalancingv2/test/integ.alb-mtls.js.snapshot/alb-mtls-test-stack.template.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@
343343
"Arn"
344344
]
345345
},
346-
"Runtime": "python3.13",
346+
"Runtime": "python3.11",
347347
"Timeout": 900
348348
},
349349
"DependsOn": [

packages/@aws-cdk-testing/framework-integ/test/aws-elasticloadbalancingv2/test/integ.alb-mtls.js.snapshot/tree.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/@aws-cdk-testing/framework-integ/test/aws-lambda/test/integ.lambda-sourceKMSKeyArn.js.snapshot/CMCMK-Stack.template.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@
489489
"Arn"
490490
]
491491
},
492-
"Runtime": "python3.13",
492+
"Runtime": "python3.11",
493493
"Timeout": 900
494494
},
495495
"DependsOn": [

packages/@aws-cdk-testing/framework-integ/test/aws-lambda/test/integ.lambda-sourceKMSKeyArn.js.snapshot/tree.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/@aws-cdk-testing/framework-integ/test/aws-s3-deployment/test/integ.bucket-deployment-big-response.js.snapshot/test-bucket-deployments-too-many-sources.template.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -709,7 +709,7 @@
709709
"Arn"
710710
]
711711
},
712-
"Runtime": "python3.13",
712+
"Runtime": "python3.11",
713713
"Timeout": 900
714714
},
715715
"DependsOn": [

packages/@aws-cdk-testing/framework-integ/test/aws-s3-deployment/test/integ.bucket-deployment-big-response.js.snapshot/tree.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/@aws-cdk-testing/framework-integ/test/aws-s3-deployment/test/integ.bucket-deployment-cloudfront.js.snapshot/test-bucket-deployments-1.template.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@
406406
"Arn"
407407
]
408408
},
409-
"Runtime": "python3.13",
409+
"Runtime": "python3.11",
410410
"Timeout": 900
411411
},
412412
"DependsOn": [

packages/@aws-cdk-testing/framework-integ/test/aws-s3-deployment/test/integ.bucket-deployment-cloudfront.js.snapshot/tree.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/@aws-cdk-testing/framework-integ/test/aws-s3-deployment/test/integ.bucket-deployment-data.js.snapshot/TestBucketDeploymentContent.template.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@
456456
"Arn"
457457
]
458458
},
459-
"Runtime": "python3.13",
459+
"Runtime": "python3.11",
460460
"Timeout": 900
461461
},
462462
"DependsOn": [

packages/@aws-cdk-testing/framework-integ/test/aws-s3-deployment/test/integ.bucket-deployment-data.js.snapshot/tree.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/@aws-cdk-testing/framework-integ/test/aws-s3-deployment/test/integ.bucket-deployment-deployed-bucket.js.snapshot/test-bucket-deployment-deployed-bucket.template.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@
350350
"Arn"
351351
]
352352
},
353-
"Runtime": "python3.13",
353+
"Runtime": "python3.11",
354354
"Timeout": 900
355355
},
356356
"DependsOn": [

packages/@aws-cdk-testing/framework-integ/test/aws-s3-deployment/test/integ.bucket-deployment-deployed-bucket.js.snapshot/tree.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/@aws-cdk-testing/framework-integ/test/aws-s3-deployment/test/integ.bucket-deployment-loggroup.js.snapshot/test-bucket-deployment-loggroup.template.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@
360360
"Arn"
361361
]
362362
},
363-
"Runtime": "python3.13",
363+
"Runtime": "python3.11",
364364
"Timeout": 900
365365
},
366366
"DependsOn": [

packages/@aws-cdk-testing/framework-integ/test/aws-s3-deployment/test/integ.bucket-deployment-loggroup.js.snapshot/tree.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/@aws-cdk-testing/framework-integ/test/aws-s3-deployment/test/integ.bucket-deployment-signcontent.js.snapshot/test-bucket-deployment-signobject.template.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@
380380
"Arn"
381381
]
382382
},
383-
"Runtime": "python3.13",
383+
"Runtime": "python3.11",
384384
"Timeout": 900
385385
},
386386
"DependsOn": [

packages/@aws-cdk-testing/framework-integ/test/aws-s3-deployment/test/integ.bucket-deployment-signcontent.js.snapshot/tree.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/@aws-cdk-testing/framework-integ/test/aws-s3-deployment/test/integ.bucket-deployment-substitution-with-destination-key.js.snapshot/test-s3-deploy-substitution-with-destination-key.template.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@
263263
"Arn"
264264
]
265265
},
266-
"Runtime": "python3.13",
266+
"Runtime": "python3.11",
267267
"Timeout": 900
268268
},
269269
"DependsOn": [

packages/@aws-cdk-testing/framework-integ/test/aws-s3-deployment/test/integ.bucket-deployment-substitution-with-destination-key.js.snapshot/tree.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/@aws-cdk-testing/framework-integ/test/aws-s3-deployment/test/integ.bucket-deployment-substitution-with-role.js.snapshot/cdk-s3-deploy-substitution-with-role.template.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@
192192
"Arn"
193193
]
194194
},
195-
"Runtime": "python3.13",
195+
"Runtime": "python3.11",
196196
"Timeout": 900
197197
},
198198
"DependsOn": [

packages/@aws-cdk-testing/framework-integ/test/aws-s3-deployment/test/integ.bucket-deployment-substitution-with-role.js.snapshot/tree.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/@aws-cdk-testing/framework-integ/test/aws-s3-deployment/test/integ.bucket-deployment-substitution.js.snapshot/test-s3-deploy-substitution.template.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@
263263
"Arn"
264264
]
265265
},
266-
"Runtime": "python3.13",
266+
"Runtime": "python3.11",
267267
"Timeout": 900
268268
},
269269
"DependsOn": [

packages/@aws-cdk-testing/framework-integ/test/aws-s3-deployment/test/integ.bucket-deployment-substitution.js.snapshot/tree.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/@aws-cdk-testing/framework-integ/test/aws-s3-deployment/test/integ.bucket-deployment.js.snapshot/test-bucket-deployments.template.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@
459459
"Arn"
460460
]
461461
},
462-
"Runtime": "python3.13",
462+
"Runtime": "python3.11",
463463
"Timeout": 900
464464
},
465465
"DependsOn": [
@@ -1384,7 +1384,7 @@
13841384
"Arn"
13851385
]
13861386
},
1387-
"Runtime": "python3.13",
1387+
"Runtime": "python3.11",
13881388
"Timeout": 900,
13891389
"VpcConfig": {
13901390
"SecurityGroupIds": [

packages/@aws-cdk-testing/framework-integ/test/aws-s3-deployment/test/integ.bucket-deployment.js.snapshot/tree.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/@aws-cdk-testing/framework-integ/test/aws-scheduler-targets/test/integ.codepipeline-start-pipeline-execution.js.snapshot/aws-cdk-scheduler-targets-codepipeline-start-pipeline-execution.template.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@
424424
"Arn"
425425
]
426426
},
427-
"Runtime": "python3.13",
427+
"Runtime": "python3.11",
428428
"Timeout": 900
429429
},
430430
"DependsOn": [

packages/@aws-cdk-testing/framework-integ/test/aws-scheduler-targets/test/integ.codepipeline-start-pipeline-execution.js.snapshot/tree.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/@aws-cdk-testing/framework-integ/test/aws-servicecatalog/test/integ.nested-stack-in-product-stack.js.snapshot/aws-cdk-nested-stack-in-product-stack.template.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@
201201
"Arn"
202202
]
203203
},
204-
"Runtime": "python3.13",
204+
"Runtime": "python3.11",
205205
"Timeout": 900
206206
},
207207
"DependsOn": [

packages/@aws-cdk-testing/framework-integ/test/aws-servicecatalog/test/integ.nested-stack-in-product-stack.js.snapshot/tree.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/@aws-cdk-testing/framework-integ/test/aws-servicecatalog/test/integ.product.encrypted.asset.js.snapshot/integ-servicecatalog-product-encrypted-asset.template.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@
505505
"Arn"
506506
]
507507
},
508-
"Runtime": "python3.13",
508+
"Runtime": "python3.11",
509509
"Timeout": 900
510510
},
511511
"DependsOn": [

packages/@aws-cdk-testing/framework-integ/test/aws-servicecatalog/test/integ.product.encrypted.asset.js.snapshot/tree.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/@aws-cdk-testing/framework-integ/test/aws-servicecatalog/test/integ.product.js.snapshot/integ-servicecatalog-product.template.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@
349349
"Arn"
350350
]
351351
},
352-
"Runtime": "python3.13",
352+
"Runtime": "python3.11",
353353
"Timeout": 900
354354
},
355355
"DependsOn": [

packages/@aws-cdk-testing/framework-integ/test/aws-servicecatalog/test/integ.product.js.snapshot/tree.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/@aws-cdk-testing/framework-integ/test/aws-servicecatalog/test/integ.two-products.js.snapshot/integ-servicecatalog-two-products.template.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@
361361
"Arn"
362362
]
363363
},
364-
"Runtime": "python3.13",
364+
"Runtime": "python3.11",
365365
"Timeout": 900
366366
},
367367
"DependsOn": [

packages/@aws-cdk-testing/framework-integ/test/aws-servicecatalog/test/integ.two-products.js.snapshot/tree.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/@aws-cdk-testing/framework-integ/test/aws-stepfunctions-tasks/test/sagemaker/integ.create-training-job-image.js.snapshot/sfn-sm-training-job-image.template.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@
202202
"Arn"
203203
]
204204
},
205-
"Runtime": "python3.13",
205+
"Runtime": "python3.11",
206206
"Timeout": 900
207207
},
208208
"DependsOn": [

packages/@aws-cdk-testing/framework-integ/test/aws-stepfunctions-tasks/test/sagemaker/integ.create-training-job-image.js.snapshot/tree.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/@aws-cdk-testing/framework-integ/test/custom-resources/test/custom-resource-config/integ.custom-resource-config-logGroup.js.snapshot/MyStack.template.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@
218218
"Arn"
219219
]
220220
},
221-
"Runtime": "python3.13",
221+
"Runtime": "python3.11",
222222
"Timeout": 900
223223
},
224224
"DependsOn": [

packages/@aws-cdk-testing/framework-integ/test/custom-resources/test/custom-resource-config/integ.custom-resource-config-logGroup.js.snapshot/tree.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/@aws-cdk-testing/framework-integ/test/custom-resources/test/custom-resource-config/integ.custom-resource-config-logRetention.js.snapshot/MyStack.template.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@
210210
"Arn"
211211
]
212212
},
213-
"Runtime": "python3.13",
213+
"Runtime": "python3.11",
214214
"Timeout": 900
215215
},
216216
"DependsOn": [

packages/@aws-cdk-testing/framework-integ/test/custom-resources/test/custom-resource-config/integ.custom-resource-config-logRetention.js.snapshot/tree.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/@aws-cdk-testing/framework-integ/test/custom-resources/test/custom-resource-config/integ.custom-resource-config-removalPolicy.js.snapshot/MyStack.template.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@
218218
"Arn"
219219
]
220220
},
221-
"Runtime": "python3.13",
221+
"Runtime": "python3.11",
222222
"Timeout": 900
223223
},
224224
"DependsOn": [

0 commit comments

Comments
 (0)