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 AWS Lambda test suite #3464

Closed
sentrivana opened this issue Aug 27, 2024 · 0 comments · Fixed by #3495
Closed

Fix AWS Lambda test suite #3464

sentrivana opened this issue Aug 27, 2024 · 0 comments · Fixed by #3495
Assignees
Labels
Component: CI Dealing with Github Actions Type: Bug Something isn't working

Comments

@sentrivana
Copy link
Contributor

sentrivana commented Aug 27, 2024

The AWS Lambda test suite is failing (see e.g. this empty PR against master).

When fixing this, please also document the steps in the knowledge base if possible.

@sentrivana sentrivana added Type: Bug Something isn't working Component: CI Dealing with Github Actions labels Aug 27, 2024
@antonpirker antonpirker self-assigned this Sep 2, 2024
antonpirker added a commit that referenced this issue Sep 5, 2024
AWS changed their Lambda run times, so we no longer have access to the current exception during the init phase of the Lambda function.

I am trying to fix this upstream: aws/aws-lambda-python-runtime-interface-client#172

This PR adds a fall back to the errror json object provided by AWS. This has way less data than a real exception in it, but it is better than nothing.

Fixes #3464
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: CI Dealing with Github Actions Type: Bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants