File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
lambda-layer-ssm-parameters Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff 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.
File renamed without changes.
Original file line number Diff line number Diff 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.
2424Outputs :
2525 LayerArn :
2626 Description : Arn of Lambda Layer.
27- Value : !Ref Layer
27+ Value : !Ref Layer
You can’t perform that action at this time.
0 commit comments