Skip to content

Commit

Permalink
Merge branch 'master' into TDRSP-43-rate-limit-env-vars
Browse files Browse the repository at this point in the history
  • Loading branch information
TomJKing authored Jan 7, 2025
2 parents 36ee16b + 79a40b0 commit 4fb88e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/database-migrations/lambda.tf
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ resource "aws_lambda_function" "database_migration_function" {
function_name = "tdr-database-migrations-${var.environment}"
handler = "migration.Main::runMigration"
role = aws_iam_role.lambda_assume_role.arn
runtime = "java11"
runtime = "java17"
filename = "${path.module}/temp.zip"
memory_size = 512
timeout = 60
Expand Down

0 comments on commit 4fb88e0

Please # to comment.