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

fix(route53-targets): move Alias Targets into their own package #2617

Merged
merged 5 commits into from
May 23, 2019

Commits on May 23, 2019

  1. fix(route53-targets): move Alias Targets into their own package

    In accordance with new guidelines, we're centralizing cross-service
    integrations into their own package. In this case, centralizing
    Route53 Alias Targets into `@aws-cdk/aws-route53-targets`.
    
    Fixes #2448.
    
    BREAKING CHANGE: using a CloudFront Distribution or an ELBv2
    Load Balancer as an Alias Record Target now requires an integration
    object from the `@aws-cdk/aws-route53-targets` package.
    rix0rrr committed May 23, 2019
    Configuration menu
    Copy the full SHA
    b071d03 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a2914bc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9055d8b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d06d89b View commit details
    Browse the repository at this point in the history
  5. Update package lock

    rix0rrr committed May 23, 2019
    Configuration menu
    Copy the full SHA
    c89fe68 View commit details
    Browse the repository at this point in the history