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
Describe what happened:
The instruction Create a Python 3.10 Lambda function using aws-dd-forwarder-.zip from the latest releases breaks the Lambda function. When we upgraded from Python 3.8, we also upgraded our function to version 3.108, layer version 48.
You must use runtime python 3.11. If you don't the lambda function errors with cannot load module 'lambda_function'
cannot load module 'lambda_function'
Describe what you expected:
Just need to get the documentation updated to say to use the python 3.11 runtime.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe what happened:
The instruction Create a Python 3.10 Lambda function using aws-dd-forwarder-.zip from the latest releases breaks the Lambda function. When we upgraded from Python 3.8, we also upgraded our function to version 3.108, layer version 48.
You must use runtime python 3.11. If you don't the lambda function errors with
cannot load module 'lambda_function'
Describe what you expected:
Just need to get the documentation updated to say to use the python 3.11 runtime.
The text was updated successfully, but these errors were encountered: