feat(codebuild): add Node.js 24 Lambda build image constants - #38471
Open
sanyamk23 wants to merge 2 commits into
Open
feat(codebuild): add Node.js 24 Lambda build image constants#38471sanyamk23 wants to merge 2 commits into
sanyamk23 wants to merge 2 commits into
Conversation
aws-cdk-automation
previously requested changes
Aug 2, 2026
aws-cdk-automation
dismissed
their stale review
August 2, 2026 19:28
✅ Updated pull request passes all PRLinter validations. Dismissing previous PRLinter review.
sanyamk23
force-pushed
the
feat/codebuild-node24-lambda-images
branch
from
August 2, 2026 19:51
3a8f67f to
cf67ce8
Compare
Contributor
|
Previous PR with the same change, this one is just better tested #38173 |
sanyamk23
force-pushed
the
feat/codebuild-node24-lambda-images
branch
from
August 3, 2026 16:47
cf67ce8 to
3a8f67f
Compare
Adds AMAZON_LINUX_2023_NODE_24 to LinuxLambdaBuildImage and LinuxArmLambdaBuildImage for both x86-64 and aarch64 Lambda build images, mirroring the Node 22 addition. Closes aws#38172 🤖🤖🤖 Generated with AI - this code was authored with the help of an AI agent
…mbda build images Addresses PR linter feedback requesting README, test, and integration test changes for the Node.js 24 Lambda build image feature. - README: mention AMAZON_LINUX_2023_NODE_24 constants - Unit tests: verify imageId for NODE_24 constants (x86_64 and arm64) - Integration tests: use NODE_24 image in both Lambda build image integs - Snapshots: update image references from nodejs18 to nodejs24 Co-authored-by: CommandCodeBot <noreply@commandcode.ai>
sanyamk23
force-pushed
the
feat/codebuild-node24-lambda-images
branch
from
August 3, 2026 17:39
3a8f67f to
07a2d02
Compare
Author
|
Bumping for review — CI is all green. Build workflow is action_required (fork PR security). Kimmo mentioned #38173 had a similar change; this version adds the test coverage that was missing there. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issue # (if applicable)
Closes #38172
Description
Adds Node.js 24 Lambda build image constants to both
LinuxLambdaBuildImage(x86-64) andLinuxArmLambdaBuildImage(aarch64), mirroring the existing Node 22 constants.The Node.js 24 CodeBuild Lambda images (
aws/codebuild/amazonlinux-x86_64-lambda-standard:nodejs24andaws/codebuild/amazonlinux-aarch64-lambda-standard:nodejs24) are now available in AWS CodeBuild.Changes
packages/aws-cdk-lib/aws-codebuild/lib/linux-lambda-build-image.ts: AddedAMAZON_LINUX_2023_NODE_24packages/aws-cdk-lib/aws-codebuild/lib/linux-arm-lambda-build-image.ts: AddedAMAZON_LINUX_2023_NODE_24Motivation
Follows the exact pattern of the existing Node 22 addition (mirrors the previous PR #34197). The Node.js 24 images are verified live in CodeBuild.
🤖🤖🤖 Generated with AI - this code was authored with the help of an AI agent.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license.