Skip to content

Commit

Permalink
Updated more integration snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
Niklaus Schiess committed Sep 23, 2024
1 parent f54177b commit 9956a62
Show file tree
Hide file tree
Showing 11 changed files with 39 additions and 45 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Empty file.

This file was deleted.

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"Name": "cors-api-test"
}
},
"corsapitestDeployment2BF1633A506e17bacbb92c0f9e65d8c89b158b9c": {
"corsapitestDeployment2BF1633A685a07b5f656133b5b22af9c5c9e710b": {
"Type": "AWS::ApiGateway::Deployment",
"Properties": {
"Description": "Automatically created by the RestApi construct",
Expand All @@ -25,7 +25,7 @@
"Type": "AWS::ApiGateway::Stage",
"Properties": {
"DeploymentId": {
"Ref": "corsapitestDeployment2BF1633A506e17bacbb92c0f9e65d8c89b158b9c"
"Ref": "corsapitestDeployment2BF1633A685a07b5f656133b5b22af9c5c9e710b"
},
"RestApiId": {
"Ref": "corsapitest8682546E"
Expand Down Expand Up @@ -54,6 +54,7 @@
"StatusCode": "204"
}
],
"PassthroughBehavior": "NEVER",
"RequestTemplates": {
"application/json": "{ statusCode: 200 }"
},
Expand Down Expand Up @@ -117,6 +118,7 @@
"StatusCode": "204"
}
],
"PassthroughBehavior": "NEVER",
"RequestTemplates": {
"application/json": "{ statusCode: 200 }"
},
Expand Down Expand Up @@ -297,7 +299,7 @@
"S3Bucket": {
"Fn::Sub": "cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}"
},
"S3Key": "c7bba0d9d477c86c6dc2adb0eb95842634a1c040dd3a66b42eec2bb604644d4f.zip"
"S3Key": "8acb5caf9986fc38529f137481ecc2500fa4914281114be778f5f715b9cf175a.zip"
},
"Handler": "index.handler",
"Role": {
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9956a62

Please sign in to comment.