Skip to content

Commit

Permalink
feat(aws-certificatemanager): add DNSValidatedCertificate (#1797)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
otterley authored and rix0rrr committed Mar 4, 2019
1 parent ef3d37a commit ae8870d
Show file tree
Hide file tree
Showing 23 changed files with 9,962 additions and 715 deletions.
1 change: 1 addition & 0 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"packages": [
"packages/*",
"packages/@aws-cdk/*",
"packages/@aws-cdk/*/lambda-packages/*",
"tools/*"
],
"rejectCycles": "true",
Expand Down
Loading

0 comments on commit ae8870d

Please sign in to comment.