Skip to content
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
merged 12 commits into from
Mar 4, 2019

Commits on Feb 21, 2019

  1. 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.
    otterley committed Feb 21, 2019
    Configuration menu
    Copy the full SHA
    4b2e457 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2019

  1. Eliminate third-party dependencies in dns_validated_certificate handler

    Eliminate all third-party dependencies in dns_validated_certificate
    Custom Resource function.
    otterley committed Feb 22, 2019
    Configuration menu
    Copy the full SHA
    8a51feb View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2019

  1. Configuration menu
    Copy the full SHA
    6343e20 View commit details
    Browse the repository at this point in the history
  2. Fix pathname for asset code

    otterley committed Feb 25, 2019
    Configuration menu
    Copy the full SHA
    6aad39d View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2019

  1. Configuration menu
    Copy the full SHA
    190dab7 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2019

  1. Configuration menu
    Copy the full SHA
    c0ba94e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    28b55d2 View commit details
    Browse the repository at this point in the history
  3. Bump lock

    rix0rrr committed Mar 1, 2019
    Configuration menu
    Copy the full SHA
    881a94e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8d79243 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3d388b9 View commit details
    Browse the repository at this point in the history
  6. Add jest to devDependencies

    otterley committed Mar 1, 2019
    Configuration menu
    Copy the full SHA
    ca72970 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2019

  1. Configuration menu
    Copy the full SHA
    00b91f7 View commit details
    Browse the repository at this point in the history