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

Version 3.133.0 fails to initialized with AWS lambda wuth python 3.11 runtime #882

Open
nposener opened this issue Jan 13, 2025 · 1 comment

Comments

@nposener
Copy link

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.

@jamestelfer
Copy link

We are experiencing the same issue. Updating to 3.12 should solve it, but 3.11 is clearly meant to be supported.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants