Recently AWS Lamda switched from Python runtime 3.10 to 3.11, promising a lot of improvement. In which parts?
Back in May we had a look at Amazon's adoption of the Python 3.10 runtime intened to take advantage of the performance improvements that version introduced, in both managed runtimes and container images. Python 3.10 enabled the use of the following enhancements when building lambda functions:
https://www.i-programmer.info/news/216-python/16621-aws-lambda-adopts-python-311.html
Comments