WoodITWork.com

It's about time I let the world know what I was thinking...

Python 3.8 runtime now available in AWS Lambda | Amazon Web Services

Initially published on AWS Compute Blog

You can now develop your AWS Lambda functions using the Python 3.8 runtime. Start using this runtime today by specifying a runtime parameter value of python3.8 when creating or updating Lambda functions. New Python runtime features Python 3.8 is a stable release and brings several new features, including assignment expressions, positional-only arguments, and vectorcall. Assignment […]

Read more on AWS Compute Blog