-
Notifications
You must be signed in to change notification settings - Fork 691
feat!: Upgrade lambda runtime to Node24.x #4911
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: next
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1 @@ | ||
| FROM mcr.microsoft.com/vscode/devcontainers/typescript-node@sha256:acdce1045a2ddce4c66846d5cd09adf746d157fce9233124e4925b647f192b2e | ||
| FROM mcr.microsoft.com/vscode/devcontainers/typescript-node@sha256:d09eac5cd85fb4bd70770fa3f88ee9dfdd0b09f8b85455a0e039048677276749 |
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -2,7 +2,7 @@ terraform { | |||||
| required_providers { | ||||||
| aws = { | ||||||
| source = "hashicorp/aws" | ||||||
| version = ">= 5.27" # ensure backwards compatibility with v5.x | ||||||
| version = ">= 6.21" # ensure backwards compatibility with v6.x | ||||||
|
||||||
| version = ">= 6.21" # ensure backwards compatibility with v6.x | |
| version = ">= 6.21" # minimum required version for v6.x support |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The Docker image digest appears to be from Node 22, not Node 24. The digest
sha256:2bb201f33898d2c0ce638505b426f4dd038cc00e5b2b4cbba17b069f0fff1496should be updated to reference the actual Node 24 image digest to match the version number in the tag.