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-route53-targets): add global accelerator target to route53 alias targets #13407

Merged
merged 15 commits into from Mar 5, 2021

Commits on Mar 4, 2021

  1. Copy the full SHA
    bdc7b84 View commit details
    Browse the repository at this point in the history
  2. Export the new alias

    luketn committed Mar 4, 2021
    Copy the full SHA
    733ebaf View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    cf24be0 View commit details
    Browse the repository at this point in the history
  4. Fix tsc warnings

    luketn committed Mar 4, 2021
    Copy the full SHA
    0e341df View commit details
    Browse the repository at this point in the history
  5. Add peer dependency

    luketn committed Mar 4, 2021
    Copy the full SHA
    fcfc690 View commit details
    Browse the repository at this point in the history
  6. Use the standard approach for imports rather than the more explicit i…

    …ndividual classes for consistency with the rest of the codebase. Add documentation to the class.
    luketn committed Mar 4, 2021
    Copy the full SHA
    0c9db0d View commit details
    Browse the repository at this point in the history
  7. Add tests

    luketn committed Mar 4, 2021
    Copy the full SHA
    d1e2110 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    8ad1035 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    5d5047c View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2021

  1. Copy the full SHA
    ad6f811 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    3975013 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    82aeb72 View commit details
    Browse the repository at this point in the history
  4. Fix linting issues

    luketn committed Mar 5, 2021
    Copy the full SHA
    df4b240 View commit details
    Browse the repository at this point in the history
  5. Switch from using a type union on the constructor to having two separ…

    …ate classes for the GlobalAcceleratorTarget
    luketn committed Mar 5, 2021
    Copy the full SHA
    01e4869 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    f6fce6d View commit details
    Browse the repository at this point in the history