Skip to content

Commit 18f5a10

Browse files
authored
Merge pull request #2841 from kakakakakku/lambda-layer-ssm-parameters
lambda-layer-ssm-parameters: Update runtime to nodejs22.x
2 parents 492a348 + e00c572 commit 18f5a10

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

lambda-layer-ssm-parameters/function/template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ Outputs:
4747
# If 'Function' is the function resource name in the SAM template, the function URL resource name will be 'FunctionUrl'.
4848
FunctionUrl:
4949
Description: Url of Lambda function.
50-
Value: !GetAtt FunctionUrl.FunctionUrl
50+
Value: !GetAtt FunctionUrl.FunctionUrl
File renamed without changes.

lambda-layer-ssm-parameters/layer/src/package.json renamed to lambda-layer-ssm-parameters/layer/src/nodejs/package.json

File renamed without changes.

lambda-layer-ssm-parameters/layer/template.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ Resources:
1515
CompatibleArchitectures:
1616
- arm64
1717
CompatibleRuntimes:
18-
- nodejs16.x
18+
- nodejs22.x
1919
RetentionPolicy: Delete
2020
Metadata:
21-
BuildMethod: nodejs16.x
21+
BuildMethod: nodejs22.x
2222
BuildArchitecture: arm64
2323
# Output from this nested stack is used by the parent stack to pass to another nested stack.
2424
Outputs:
2525
LayerArn:
2626
Description: Arn of Lambda Layer.
27-
Value: !Ref Layer
27+
Value: !Ref Layer

0 commit comments

Comments
 (0)