Skip to content

Commit

Permalink
Merge pull request #17 from DNXLabs/updating_lambda
Browse files Browse the repository at this point in the history
Updating lambda version
  • Loading branch information
mvsnogueira-dnx authored Apr 26, 2024
2 parents f69eb27 + 29f7c6c commit 62d5846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudwatch-logs-exporter.tf
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ resource "aws_lambda_function" "log_exporter" {
source_code_hash = data.archive_file.log_exporter.output_base64sha256
timeout = 300

runtime = "python3.8"
runtime = "python3.12"

environment {
variables = {
Expand Down

0 comments on commit 62d5846

Please sign in to comment.