Skip to content

Commit

Permalink
chore(certificatemanager): migrate dns validated certificate handler (#…
Browse files Browse the repository at this point in the history
…27898)

This PR moves the dns validated certificate handler from aws-cdk-lib to our new centralized location for custom resource handlers in the [@aws-cdk](https://github.com/aws-cdk) package.

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
colifran authored Nov 17, 2023
1 parent d1417a0 commit c66e197
Show file tree
Hide file tree
Showing 24 changed files with 26 additions and 736 deletions.

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 @@ -96,15 +96,15 @@
"S3Bucket": {
"Fn::Sub": "cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}"
},
"S3Key": "fb83c347f6a5e3099f787c17ce0845a70a81fd83fdc20eb2e4e1cb01961a8774.zip"
"S3Key": "8dd3f997ac74aa13ef09bc8bed060ecdbe3111898c6bbc0eb4f2130c9c53233b.zip"
},
"Handler": "index.certificateRequestHandler",
"Role": {
"Fn::GetAtt": [
"CertificateCertificateRequestorFunctionServiceRoleC04C13DA",
"Arn"
]
},
"Handler": "index.certificateRequestHandler",
"Runtime": "nodejs18.x",
"Timeout": 900
},
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.

4 changes: 3 additions & 1 deletion packages/@aws-cdk/custom-resource-handlers/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,6 @@ test/test-archive-follow/data/linked
!scripts/*.ts
scripts/*.d.ts

!lib/aws-cloudfront/edge-function/index.js
!lib/aws-certificatemanager/dns-validated-certificate-handler/index.js
!test/aws-certificatemanager/dns-validated-certificate-handler.test.js
!lib/aws-cloudfront/edge-function/index.js
2 changes: 2 additions & 0 deletions packages/@aws-cdk/custom-resource-handlers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@
"@aws-sdk/client-account": "3.451.0",
"@aws-sdk/client-amplify": "3.451.0",
"@aws-sdk/s3-request-presigner": "3.451.0",
"@aws-sdk/client-acm": "3.421.0",
"@aws-sdk/client-route-53": "3.421.0",
"@aws-sdk/client-cloudwatch-logs": "3.421.0",
"@smithy/util-stream": "^2.0.20",
"@types/jest": "^29.5.8",
Expand Down
Empty file.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit c66e197

Please sign in to comment.