AWS Compute Blog

Tag: Development

Migrating AWS Lambda functions to Amazon Linux 2

July 26, 2023 update: Information in this post has been superseded by Migrating AWS Lambda functions from the Go1.x runtime to the custom runtime on Amazon Linux 2. You can now use the latest version of any of the AWS Lambda runtimes on Amazon Linux 2 (AL2). End-of-life of standard support for Amazon Linux (AL1 […]

Python 3.7 runtime now available in AWS Lambda

This post is courtesy of Shivansh Singh, Partner Solutions Architect – AWS We are excited to announce that you can now develop your AWS Lambda functions using the Python 3.7 runtime. Start using this new version today by specifying a runtime parameter value of “python3.7″ when creating or updating functions. AWS continues to support creating new […]