Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cloud-monitor
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Redmine
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
Gitlab will be unavailable Friday, April 11 at 12:00 a.m. for an update.
Show more breadcrumbs
Edouard DE BRYE
cloud-monitor
Commits
03fe97f9
Commit
03fe97f9
authored
4 years ago
by
Edouard DE BRYE
Browse files
Options
Downloads
Patches
Plain Diff
Changed runtime for node 12
parent
39af5da5
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
deploy/lambda.tf
+1
-1
1 addition, 1 deletion
deploy/lambda.tf
with
1 addition
and
1 deletion
deploy/lambda.tf
+
1
−
1
View file @
03fe97f9
...
...
@@ -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
=
"nodejs1
4
.x"
runtime
=
"nodejs1
2
.x"
reserved_concurrent_executions
=
2
layers
=
[
"arn:aws:lambda:eu-west-1:580247275435:layer:LambdaInsightsExtension:14"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment