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: aws-sdk still used in EKS custom resources #26756

Merged
merged 3 commits into from
Aug 18, 2023
Merged

Commits on Aug 14, 2023

  1. fix: aws-sdk still used in EKS custom resources

    Removes usage of aws-sdk in eks custom resources. The remaining usage
    was only type references that appear to be forward compatible but this
    cleans up the code and makes it possible to remove aws-sdk as a dev
    dependency to aws-cdk-lib once the rout53 cross account zone delegation
    handler is updated.
    MrArnoldPalmer committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    5b62287 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

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

Commits on Aug 18, 2023

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