Skip to content

Commit

Permalink
Merge pull request #10 from NIT-Administrative-Systems/node-20
Browse files Browse the repository at this point in the history
Node 20 Upgrade
  • Loading branch information
cecolby11 committed May 29, 2024
2 parents 3e69102 + cb4d071 commit f7c59f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The following options can be passed in to the module:
| lambda_vpc_id | No | Private network ID. Specify if accessing on-campus resources | *none* |
| lambda_subnet_ids | No | Network IP blocks. Specify if accessing on-campus resources | [] |
| runtime_memory | No | Memory for Lambda runtime | 128 |
| runtime_version | No | Version of NodeJS to use | nodejs16.x |
| runtime_version | No | Version of NodeJS to use | nodejs20.x |
| runtime_timeout | No | Max runtime for a Lambda execution | 30 |
| log_retention_days | No | Retention period for CloudWatch logs | 14 |
| source_zip_excludes | No | Files/folders to exclude from the source code zip file | [] |
Expand Down
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ variable "runtime_env" {
# Has sane defaults, probably don't need to set these yourself
variable "runtime_version" {
description = "AWS Lambda runtime to use"
default = "nodejs16.x"
default = "nodejs20.x"
}

variable "runtime_memory" {
Expand Down

0 comments on commit f7c59f4

Please sign in to comment.