-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(aws-certificatemanager): add DNSValidatedCertificate #1797
Merged
Commits on Feb 21, 2019
-
feat(aws-certificatemanager): add DNSValidatedCertificate
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.
Configuration menu - View commit details
-
Copy full SHA for 4b2e457 - Browse repository at this point
Copy the full SHA 4b2e457View commit details
Commits on Feb 22, 2019
-
Eliminate third-party dependencies in dns_validated_certificate handler
Eliminate all third-party dependencies in dns_validated_certificate Custom Resource function.
Configuration menu - View commit details
-
Copy full SHA for 8a51feb - Browse repository at this point
Copy the full SHA 8a51febView commit details
Commits on Feb 25, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 6343e20 - Browse repository at this point
Copy the full SHA 6343e20View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6aad39d - Browse repository at this point
Copy the full SHA 6aad39dView commit details
Commits on Feb 27, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 190dab7 - Browse repository at this point
Copy the full SHA 190dab7View commit details
Commits on Mar 1, 2019
-
Configuration menu - View commit details
-
Copy full SHA for c0ba94e - Browse repository at this point
Copy the full SHA c0ba94eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 28b55d2 - Browse repository at this point
Copy the full SHA 28b55d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 881a94e - Browse repository at this point
Copy the full SHA 881a94eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d79243 - Browse repository at this point
Copy the full SHA 8d79243View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d388b9 - Browse repository at this point
Copy the full SHA 3d388b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for ca72970 - Browse repository at this point
Copy the full SHA ca72970View commit details
Commits on Mar 2, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 00b91f7 - Browse repository at this point
Copy the full SHA 00b91f7View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.