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(custom-resources): inactive lambda functions fail on invoke #22612

Merged
merged 6 commits into from Dec 9, 2022

Commits on Oct 23, 2022

  1. fix(custom-resources): inactive lambda funtions fail on invoke

    closes #20123
    
    All lambda functions can become inactive eventually. This will result in invocations failing.
    This PR adds logic to wait for functions to become active on a failed invocation.
    TheRealAmazonKendra committed Oct 23, 2022
    Copy the full SHA
    5a0a8e9 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2022

  1. Copy the full SHA
    ce3fa3a View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    e0e1468 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    8226b6d View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    6081005 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    b211a04 View commit details
    Browse the repository at this point in the history