Closed bsweger closed 5 months ago
It would also be nice to tell lambda to skip the retries when it encounters one of these warnings, but it happens infrequently enough that we can punt on that.
Opened an issue to automatically include the test coverage report on a PR, but in the meantime:
We've recently encountered two situations when testing the transform lambdas that should not raise errors:
Raising a
UserWarning
allows the invoking process (in our case, the lambda handler) to handle these scenarios as they see fit.