Skip to content

Commit

Permalink
Merge pull request #2 from route1337/node-bump
Browse files Browse the repository at this point in the history
Bumping Node.js version
  • Loading branch information
ahrenstein authored May 17, 2021
2 parents 52119f7 + 1d8c4f5 commit 91f01a5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ Terraform Module - AWS Static Site: Changelog
=====================================
A list of all the changes made to this repo, and the Terraform module it contains

Version 1.1.0
-------------

1. Changing the headers Lambda to Node.js 12.x

Version 1.0.1
-------------

Expand Down
2 changes: 1 addition & 1 deletion headers-lambda.tf
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ resource "aws_lambda_function" "static_site_security_headers" {
role = aws_iam_role.static_site_lambda_at_edge.arn
handler = "static-site-security-headers.handler"
source_code_hash = data.archive_file.static_site_security_headers_zip.output_base64sha256
runtime = "nodejs10.x"
runtime = "nodejs12.x"
memory_size = 128
timeout = 3
publish = true
Expand Down

0 comments on commit 91f01a5

Please sign in to comment.