AWS Lambda now supports Python 3.13 runtime, bringing the latest language features to serverless applications.

Developers can now use pattern matching, improved error messages, and performance enhancements in their Lambda functions.
Migration Steps
To update existing functions, simply change the runtime setting in the Lambda console or update your deployment configuration. AWS recommends testing thoroughly before production deployment.
The new runtime is available in all commercial AWS regions immediately.