terraform-aws-modules / terraform-aws-lambda

Terraform module, which takes care of a lot of AWS Lambda/serverless tasks (build dependencies, packages, updates, deployments) in countless combinations 🇺🇦
https://registry.terraform.io/modules/terraform-aws-modules/lambda/aws
Apache License 2.0
886 stars 656 forks source link

chore: Update to supported versions of Python and bump pytest #526

Closed n8felton closed 5 months ago

n8felton commented 6 months ago

Description

Python 3.7 is EoL as of 2023-06-27 and AWS Lambda has dropped support for Python 3.7.

Supported lambda versions include 3.8 - 3.12 https://docs.aws.amazon.com/lambda/latest/dg/lambda-python.html

Motivation and Context

Support the latest versions of Python that are supported by AWS Lambda https://devguide.python.org/versions/ https://docs.aws.amazon.com/lambda/latest/dg/lambda-python.html

antonbabenko commented 5 months ago

Thanks @n8felton !

antonbabenko commented 5 months ago

This PR is included in version 6.8.0 :tada:

github-actions[bot] commented 4 months ago

I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.