Skip to content

Commit a40dbde

Browse files
authored
Merge branch 'main' into merge-back/2.136.1
2 parents 6f21c1d + 07c939a commit a40dbde

File tree

107 files changed

+75486
-359
lines changed

Some content is hidden

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

107 files changed

+75486
-359
lines changed

design/cloud-assembly.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Cloud Assembly Specification, Version 2.0
22

3-
See [cloud-assembly-schema](../packages/@aws-cdk/cloud-assembly-schema/README.md)
3+
See [cloud-assembly-schema](../packages/aws-cdk-lib/cloud-assembly-schema/README.md)

packages/@aws-cdk-testing/framework-integ/test/aws-appsync/test/integ.appsync-merged-api-arn-flag-enabled.js.snapshot/apiDefaultTestDeployAssert018781F2.assets.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-appsync/test/integ.appsync-merged-api-arn-flag-enabled.js.snapshot/cdk.out

+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-appsync/test/integ.appsync-merged-api-arn-flag-enabled.js.snapshot/integ.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-appsync/test/integ.appsync-merged-api-arn-flag-enabled.js.snapshot/manifest.json

+4-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-appsync/test/integ.appsync-merged-api-arn-flag-enabled.js.snapshot/stack.assets.json

+3-3
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-appsync/test/integ.appsync-merged-api-arn-flag-enabled.js.snapshot/stack.template.json

+8-2
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,10 @@
213213
"Arn"
214214
]
215215
}
216-
}
216+
},
217+
"DependsOn": [
218+
"FirstSourceAPISchemaF2FDB692"
219+
]
217220
},
218221
"MergedAPISecondSourceAPIAssociationBD1A08F4": {
219222
"Type": "AWS::AppSync::SourceApiAssociation",
@@ -233,7 +236,10 @@
233236
"Arn"
234237
]
235238
}
236-
}
239+
},
240+
"DependsOn": [
241+
"SecondSourceAPISchema65B7401E"
242+
]
237243
},
238244
"MergedAPIDefaultApiKeyAF5EA13C": {
239245
"Type": "AWS::AppSync::ApiKey",

0 commit comments

Comments
 (0)