Skip to content

Commit

Permalink
update integ
Browse files Browse the repository at this point in the history
  • Loading branch information
watany-dev committed Sep 28, 2024
1 parent fea5a32 commit 873777b
Show file tree
Hide file tree
Showing 23 changed files with 33,078 additions and 1,147 deletions.

Large diffs are not rendered by default.

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 @@ -62,6 +62,17 @@
}
}
},
"CustomOACCBB5FFDD": {
"Type": "AWS::CloudFront::OriginAccessControl",
"Properties": {
"OriginAccessControlConfig": {
"Name": "CustomLambdaOAC",
"OriginAccessControlOriginType": "lambda",
"SigningBehavior": "always",
"SigningProtocol": "sigv4"
}
}
},
"DistributionOrigin1InvokeFromApiForintegcloudfrontfunctionurlorigincustomoacDistributionOrigin187E79A3C7850B1CA": {
"Type": "AWS::Lambda::Permission",
"Properties": {
Expand Down Expand Up @@ -133,7 +144,10 @@
},
"Id": "integcloudfrontfunctionurlorigincustomoacDistributionOrigin187E79A3C",
"OriginAccessControlId": {
"Fn::ImportValue": "integ-cloudfront-function-url-origin-oac:ExportsOutputFnGetAttCustomOACCBB5FFDDId76513771"
"Fn::GetAtt": [
"CustomOACCBB5FFDD",
"Id"
]
}
}
]
Expand Down

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.

Loading

0 comments on commit 873777b

Please sign in to comment.