Skip to content

Commit 0071249

Browse files
committed
Updated custom runtime to Corretto 19
1 parent 7d5cce8 commit 0071249

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

template-java19-custom-runtime.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Resources:
1313
SSESpecification:
1414
SSEEnabled: true
1515

16-
Java18RuntimeLayer:
16+
Java19RuntimeLayer:
1717
Type: AWS::Serverless::LayerVersion
1818
Properties:
1919
ContentUri: layer.zip
@@ -33,7 +33,7 @@ Resources:
3333
- DynamoDBWritePolicy:
3434
TableName: !Ref ItemTable
3535
Layers:
36-
- !Ref Java18RuntimeLayer
36+
- !Ref Java19RuntimeLayer
3737
Events:
3838
ApiEvent:
3939
Type: Api

0 commit comments

Comments
 (0)