Skip to content

Commit

Permalink
Merge pull request #231 from ministryofjustice/NIT-892-hmpps-lambda-r…
Browse files Browse the repository at this point in the history
…untimes-update-from-3-7-deprecated-to-3-11-delius-mis-dev

NIT-892 bump lambda to supported python version
  • Loading branch information
pete-j-g authored Oct 26, 2023
2 parents b68f6cf + d76d619 commit 0f8e7bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/auto-start/lambda-scheduler-stop-start/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ resource "aws_lambda_function" "scheduler" {
role = "${aws_iam_role.scheduler.arn}"
handler = "scheduler.main.lambda_handler"
source_code_hash = "${data.archive_file.scheduler.output_base64sha256}"
runtime = "python3.7"
runtime = "python3.9"
timeout = "600"

environment {
Expand Down

0 comments on commit 0f8e7bc

Please sign in to comment.