AWS Lambda adds support for Python 3.11

AWS Lambda now supports creating serverless applications using Python 3.11. Developers can use Python 3.11 as both a managed runtime and a container base image, and AWS will automatically apply updates to the managed runtime and base image as they become available. You can use Python 3.11 with Lambda@Edge, allowing you to customize low-latency content delivered through Amazon CloudFront. Powertools for AWS Lambda, a developer toolkit to implement serverless best practices and increase developer velocity, also supports Python 3.11. 

Source:: Amazon AWS