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): fix cross account delegation deployment dependency #19047

Merged
merged 3 commits into from Feb 21, 2022

Commits on Feb 18, 2022

  1. fix(route53): fix cross account delegation deployment dependency

    For each zone to delegate a policy is created and attached to the
    handler role. This change adds an explicit dependency between the policy
    attachment and the lambda handler to make sure the cross account
    delegation handler is not started before the policy is created and
    attached to the handler role.
    
    Signed-off-by: Philipp Hoefflin <philipp.hoefflin@haufe-akademie.de>
    phoefflin committed Feb 18, 2022
    Copy the full SHA
    7c4ab54 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    cf44b31 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2022

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