Closed n-primeau closed 1 year ago
This is currently blocking our upgrade to Python 3.10, hopefully this can be resolved soon!
also ran into this issue. looks like lambda does now support 3.10:
Same here, I was surprised to see the console error.
UserWarning: You are currently running python3.10, but the closest supported version on AWS Lambda is python3.9
Please use python3.9, otherwise you may run into deployment issues.
validate_python_version(Config.create())
Your project has been generated in ./lcservice
Added in #2036
Lambdas now support 3.10. The request is to support 3.10 in chalice.
There's an existing PR that accomplishes this: https://github.com/aws/chalice/pull/2036