Maintained with ☕️ by
IcePanel logo

Lambda@Edge Adds Support for Python 3.7

Share

Services

Starting today, you can use the Python programming language to develop your functions in Lambda@Edge, in addition to currently supported Node.js. This gives you the flexibility of opting for the programming language of your choice as you author your functions. To get started, simply upload your function code by using the AWS CLI or [AWS Lambda console](https://console.aws.amazon.com/lambda/home), select the Python 3.7 runtime, and associate an [Amazon CloudFront](/cloudfront/) event. Lambda@Edge functions, triggered by CloudFront events, extend your custom code across AWS locations worldwide, allowing you to run application logic closer to your end users to improve responsiveness. To learn more about Lambda@Edge, visit the [product page](/lambda/edge/). For more information on Lambda’s Python programming model, see the [documentation](https://docs.aws.amazon.com/lambda/latest/dg/python-programming-model.html). You can also use these [example functions](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/lambda-examples.html) to quickly deploy and test Lambda@Edge functions that you author in Python.