Fix AWS Lambda tests #2795
Labels
Integration: AWS Lambda
Integration: Serverless
Triaged
Has been looked at recently during old issue triage
We rely on the log output of our AWS Lambda tests to determine whether the tests have been successful: we log envelope and event contents and then check whether the log output looks as expected.
AWS Lambda has recently started logging a new warning when a function throws an unhandled exception. This is a scenario we're testing in some of our test cases.
The problem is that the log output is limited to the last 4kB and the new warning takes up a lot of space, so some of our events/envelopes will not fit anymore.
Some notes:
For now, we're xfailing the broken tests to get unblocked, but this needs a proper solution.
The text was updated successfully, but these errors were encountered: