Skip to content

Commit 5f9fb8c

Browse files
otaviomacedorix0rrrfrankhefengbadmintoncryerjeqcho
authored
feat: update references to use new shared resource interface (ref-interfaces #3) (#35282)
Using the updated interfaces from #35271. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* --------- Co-authored-by: Rico Huijbers <rix0rrr@gmail.com> Co-authored-by: Feng He <frankhe.cn@gmail.com> Co-authored-by: Kazuho Cryer-Shinozuka <malaysia.cryer@gmail.com> Co-authored-by: Chooi Je Qin <42904912+jeqcho@users.noreply.github.com> Co-authored-by: claypack <56490116+claypack@users.noreply.github.com> Co-authored-by: Hung Tran <40334379+phuhung273@users.noreply.github.com> Co-authored-by: matoom-nomu <121716425+matoom-nomu@users.noreply.github.com>
1 parent 9e82000 commit 5f9fb8c

File tree

164 files changed

+3756
-2221
lines changed

Some content is hidden

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

164 files changed

+3756
-2221
lines changed

packages/@aws-cdk-testing/framework-integ/test/aws-cloudfront/test/integ.distribution-function-runtime.js.snapshot/CF2RuntimeDefaultTestDeployAssertB25F4037.assets.json

Lines changed: 3 additions & 2 deletions
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/test/integ.distribution-function-runtime.js.snapshot/cdk.out

Lines changed: 1 addition & 1 deletion
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/test/integ.distribution-function-runtime.js.snapshot/integ-distribution-function.assets.json

Lines changed: 5 additions & 4 deletions
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/test/integ.distribution-function-runtime.js.snapshot/integ-distribution-function.template.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,19 +35,13 @@
3535
{
3636
"EventType": "viewer-request",
3737
"FunctionARN": {
38-
"Fn::GetAtt": [
39-
"FunctionRequest95528B2F",
40-
"FunctionARN"
41-
]
38+
"Ref": "FunctionRequest95528B2F"
4239
}
4340
},
4441
{
4542
"EventType": "viewer-response",
4643
"FunctionARN": {
47-
"Fn::GetAtt": [
48-
"FunctionResponse4EF2D1D3",
49-
"FunctionARN"
50-
]
44+
"Ref": "FunctionResponse4EF2D1D3"
5145
}
5246
}
5347
],

packages/@aws-cdk-testing/framework-integ/test/aws-cloudfront/test/integ.distribution-function-runtime.js.snapshot/integ.json

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)