Skip to content

Commit

Permalink
CC-3015: Fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
mmgovuk committed Dec 12, 2024
1 parent 0eba59b commit 2b4cca6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ resource "aws_lambda_function" "certificate_monitor" {
function_name = "${local.application_name}-${local.environment}-certificate-monitor"
role = aws_iam_role.lambda_certificate_monitor_role.arn
handler = "lambda_function.lambda_handler"
runtime = "python3.11"
runtime = "python3.13"
timeout = 30

environment {
Expand Down Expand Up @@ -112,4 +112,4 @@ output "sns_topic_arn" {
output "lambda_function_arn" {
description = "ARN of the Lambda function"
value = aws_lambda_function.certificate_monitor.arn
}
}
Binary file modified terraform/environments/ccms-ebs/lambda/certificate_monitor.zip
Binary file not shown.

0 comments on commit 2b4cca6

Please sign in to comment.