We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 682daf0 + 6863f44 commit 05c67b0Copy full SHA for 05c67b0
website/docs/r/lambda_function.html.markdown
@@ -59,7 +59,7 @@ resource "aws_lambda_function" "test_lambda" {
59
60
source_code_hash = data.archive_file.lambda.output_base64sha256
61
62
- runtime = "nodejs16.x"
+ runtime = "nodejs18.x"
63
64
environment {
65
variables = {
@@ -112,7 +112,7 @@ resource "aws_lambda_function" "test_lambda" {
112
function_name = "lambda_function_name"
113
role = aws_iam_role.iam_for_lambda.arn
114
handler = "index.test"
115
- runtime = "nodejs14.x"
116
117
ephemeral_storage {
118
size = 10240 # Min 512 MB and the Max 10240 MB
0 commit comments