AWS Compute Blog
Category: AWS SDK for Python
Python 3.13 runtime now available in AWS Lambda
This post is written by Julian Wood, Principal Developer Advocate, and Leandro Cavalcante Damascena, Senior Solutions Architect Engineer. AWS Lambda now supports Python 3.13 as both a managed runtime and container base image. Python is a popular language for building serverless applications. The Python 3.13 release includes a number of changes to the language, the implementation, and the […]
Building a Raspberry Pi telepresence robot using serverless: Part 1
A Pimoroni STS-Pi Robot Kit connected to AWS for remote control and viewing. A telepresence robot allows you to explore remote environments from the comfort of your home through live stream video and remote control. These types of robots can improve the lives of the disabled, elderly, or those that simply cannot be with their […]
Upcoming changes to the Python SDK in AWS Lambda
Update (April 26, 2022): In response to customer feedback, we have decided to cancel the change described in this blog post. The version of the AWS SDK included in the AWS Lambda runtimes for Python 2.7, Python 3.6 and Python 3.7 will continue to include the ‘requests’ module in Botocore. No action is required for […]
Python 3.8 runtime now available in AWS Lambda
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 […]
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 […]