Skip to content
Snippets Groups Projects
Commit 03fe97f9 authored by Edouard DE BRYE's avatar Edouard DE BRYE
Browse files

Changed runtime for node 12

parent 39af5da5
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@ resource "aws_lambda_function" "test_lambda" {
# For Terraform 0.11.11 and earlier, use the base64sha256() function and the file() function:
# source_code_hash = "${base64sha256(file("lambda_function_payload.zip"))}"
source_code_hash = filebase64sha256(data.archive_file.lambda_file.output_path)
runtime = "nodejs14.x"
runtime = "nodejs12.x"
reserved_concurrent_executions = 2
layers = [
"arn:aws:lambda:eu-west-1:580247275435:layer:LambdaInsightsExtension:14"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment