The [db_migrate_lambda](https://github.com/outerbounds/terraform-aws-metaflow/blob/491b91346b37c149e7c478056c7776ef157f8f9d/modules/metadata-service/lambda.tf#L116) resource uses the python3.7 runtime in AWS Lambda. However, this runtime is officially deprecated by AWS (see [here](https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html)). This causes an error when deploying to AWS: <img width="893" alt="image" src="https://github.com/outerbounds/terraform-aws-metaflow/assets/84201908/ed3d1c90-5426-438a-85bc-6f9374dfdcb7"> Instead we should use `python3.12`