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(events): cannot trigger multiple Lambdas from the same Rule #13260

Merged
merged 5 commits into from
Feb 25, 2021

Commits on Feb 24, 2021

  1. fix(events): cannot trigger multiple Lambdas from the same Rule

    The permissions required to actually trigger the Lambda would only
    be added to the first target, not to any of the others.
    
    Fixes #13231.
    rix0rrr committed Feb 24, 2021
    Configuration menu
    Copy the full SHA
    218d82e View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2021

  1. Update snapshot

    rix0rrr committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    726c296 View commit details
    Browse the repository at this point in the history
  2. Add test

    rix0rrr committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    5377416 View commit details
    Browse the repository at this point in the history
  3. Update snapshot

    rix0rrr committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    a949acf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8c67bb0 View commit details
    Browse the repository at this point in the history