Skip to content

Commit ae8870d

Browse files
otterleyrix0rrr
authored andcommitted
feat(aws-certificatemanager): add DNSValidatedCertificate (#1797)
Add a new class to `@aws-cdk/aws-certificatemanager` called `DNSValidatedCertificate`. This class generates a certificate request using AWS Certificate Manager and auto-validates the request using the provided DNS "magic cookie" records. The user need only supply the Domain Name of the certificate and a Route 53 Hosted Zone. A CloudFormation Custom Resource is used along with the supplied Lambda function to perform the operation. Fixes #605.
1 parent ef3d37a commit ae8870d

23 files changed

+9962
-715
lines changed

lerna.json

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"packages": [
44
"packages/*",
55
"packages/@aws-cdk/*",
6+
"packages/@aws-cdk/*/lambda-packages/*",
67
"tools/*"
78
],
89
"rejectCycles": "true",

0 commit comments

Comments
 (0)