outerbounds / terraform-aws-metaflow

Deploy production-grade Metaflow cloud infrastructure on AWS
https://registry.terraform.io/modules/outerbounds/metaflow/aws/latest
Apache License 2.0
56 stars 48 forks source link

db_migrate_lambda function uses a deprecated version of the Python runtime #87

Closed ryewilson closed 6 months ago

ryewilson commented 6 months ago

The db_migrate_lambda resource uses the python3.7 runtime in AWS Lambda. However, this runtime is officially deprecated by AWS (see here).

This causes an error when deploying to AWS:

image

Instead we should use python3.12