Skip to content

Commit fdf9b68

Browse files
authored
Merge branch 'main' into merge-back/2.103.1
2 parents 3bb19ac + 1141992 commit fdf9b68

File tree

68 files changed

+3662
-132
lines changed

Some content is hidden

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

68 files changed

+3662
-132
lines changed

packages/@aws-cdk-testing/framework-integ/test/aws-apigateway/test/integ.restapi.js.snapshot/manifest.json

+35-6
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-apigateway/test/integ.restapi.js.snapshot/test-apigateway-restapi.assets.json

+2-2
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-apigateway/test/integ.restapi.js.snapshot/test-apigateway-restapi.template.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"UpdateReplacePolicy": "Retain",
5858
"DeletionPolicy": "Retain"
5959
},
60-
"myapiDeployment92F2CB4993c0f175ba8d5964f5e1cc7bc64fe6e6": {
60+
"myapiDeployment92F2CB49069d16df09c59427069eb74581a0403d": {
6161
"Type": "AWS::ApiGateway::Deployment",
6262
"Properties": {
6363
"Description": "beta stage",
@@ -66,8 +66,8 @@
6666
}
6767
},
6868
"DependsOn": [
69-
"myapiv1appliancesallGETC4DF552D",
70-
"myapiv1appliancesallCF8C6A16",
69+
"myapiv1appliancesallGETB8EB1B77",
70+
"myapiv1appliancesallD279897B",
7171
"myapiv1booksGETC6B996D0",
7272
"myapiv1booksPOST53E2832E",
7373
"myapiv1books1D4BE6C1",
@@ -86,7 +86,7 @@
8686
"CacheClusterEnabled": true,
8787
"CacheClusterSize": "0.5",
8888
"DeploymentId": {
89-
"Ref": "myapiDeployment92F2CB4993c0f175ba8d5964f5e1cc7bc64fe6e6"
89+
"Ref": "myapiDeployment92F2CB49069d16df09c59427069eb74581a0403d"
9090
},
9191
"Description": "beta stage",
9292
"MethodSettings": [
@@ -290,19 +290,19 @@
290290
}
291291
}
292292
},
293-
"myapiv1appliancesallCF8C6A16": {
293+
"myapiv1appliancesallD279897B": {
294294
"Type": "AWS::ApiGateway::Resource",
295295
"Properties": {
296296
"ParentId": {
297297
"Ref": "myapiv113487378"
298298
},
299-
"PathPart": "appliances:all",
299+
"PathPart": "$appliances:all",
300300
"RestApiId": {
301301
"Ref": "myapi4C7BF186"
302302
}
303303
}
304304
},
305-
"myapiv1appliancesallGETC4DF552D": {
305+
"myapiv1appliancesallGETB8EB1B77": {
306306
"Type": "AWS::ApiGateway::Method",
307307
"Properties": {
308308
"AuthorizationType": "NONE",
@@ -311,7 +311,7 @@
311311
"Type": "MOCK"
312312
},
313313
"ResourceId": {
314-
"Ref": "myapiv1appliancesallCF8C6A16"
314+
"Ref": "myapiv1appliancesallD279897B"
315315
},
316316
"RestApiId": {
317317
"Ref": "myapi4C7BF186"
@@ -682,7 +682,7 @@
682682
}
683683
},
684684
"DependsOn": [
685-
"myapiv1appliancesallGETC4DF552D",
685+
"myapiv1appliancesallGETB8EB1B77",
686686
"myapiv1booksGETC6B996D0",
687687
"myapiv1booksPOST53E2832E",
688688
"myapiv1toysGET7348114D",

packages/@aws-cdk-testing/framework-integ/test/aws-apigateway/test/integ.restapi.js.snapshot/tree.json

+9-9
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-apigateway/test/integ.restapi.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class Test extends cdk.Stack {
4343
toys.addMethod('POST');
4444
toys.addMethod('PUT');
4545

46-
const appliances = v1.addResource('appliances:all');
46+
const appliances = v1.addResource('$appliances:all');
4747
appliances.addMethod('GET');
4848

4949
const books = v1.addResource('books');

packages/@aws-cdk-testing/framework-integ/test/aws-apigateway/test/integ.stepfunctions-api-without-default-method-responses.js.snapshot/SfnRestApiWithoutDefaultMethodResponses.assets.json

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

0 commit comments

Comments
 (0)