We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We deploy the forwarder manually. We updated the zip from from 3.130.0 to 3.133.0, and the forwarder stopped working, failing with the error:
INIT_START Runtime Version: python:3.11.v46 Runtime Version ARN: arn:aws:lambda:us-east-2::runtime:84bc5fe9641102b252ebbfd80d16f2791f7bcca59e26ce68d95066317adf4503 === [ERROR] Runtime.ImportModuleError: Unable to import module 'lambda_function': No module named 'ujson' Traceback (most recent call last): === INIT_REPORT Init Duration: 474.99 ms Phase: init Status: error Error Type: Runtime.ImportModuleError === Unknown application error occurred Runtime.ImportModuleError
Once we upgraded the runtime to python 3.12, it went back to normal, but it looks like python 3.11 is supposed to be supported.
The text was updated successfully, but these errors were encountered:
We are experiencing the same issue. Updating to 3.12 should solve it, but 3.11 is clearly meant to be supported.
Sorry, something went wrong.
No branches or pull requests
We deploy the forwarder manually.
We updated the zip from from 3.130.0 to 3.133.0, and the forwarder stopped working, failing with the error:
Once we upgraded the runtime to python 3.12, it went back to normal, but it looks like python 3.11 is supposed to be supported.
The text was updated successfully, but these errors were encountered: