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(stepfunctions-tasks): in-flight stepfunction executions fail on update of versioned lambdas #21233

Commits on Jul 19, 2022

  1. test(stepfunctions-tasks): add baseline integration tests for invokin…

    …g lambda functions via qualifiers
    
    To establish the current functionality before makes changes to this feature.
    mrgrain committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    c0a03d6 View commit details
    Browse the repository at this point in the history
  2. test(stepfunctions-tasks): invoking a lambda version from a step func…

    …tion should grant permissions for all qualifiers
    mrgrain committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    1d28826 View commit details
    Browse the repository at this point in the history
  3. fix(stepfunctions-tasks): grant step functions task permissions to in…

    …voke all versions of a lambda function
    mrgrain committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    771cbe5 View commit details
    Browse the repository at this point in the history
  4. test(stepfunctions-tasks): update integration tests after for invokin…

    …g lambda qualifiers
    
    The issue has been fixed, now the integration tests need to be updated. As
    expected, the PolicyDocument now lists and additional resource for the Version.
    mrgrain committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    5263ffb View commit details
    Browse the repository at this point in the history