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(lambda): avoid OperationAbortedException when using log retention #2237

Merged
merged 2 commits into from
Apr 11, 2019

Commits on Apr 10, 2019

  1. fix(lambda): avoid OperationAbortedException when using log retention

    If multiple LogRetention constructs are present in the stack, they will try to
    act on the provider's log group at the same time. This can sometime result in
    an OperationAbortedException. To avoid this and because this operation is not
    critical it is better to catch all errors when acting on the provider's log
    group
    jogold committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    8410d48 View commit details
    Browse the repository at this point in the history
  2. Add unit test

    jogold committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    82762b7 View commit details
    Browse the repository at this point in the history