Skip to content

Commit bd01649

Browse files
authored
Merge pull request #48 from robertrv/patch-1
Changes to AL2023 runtime
2 parents b63a56b + 592434f commit bd01649

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

template.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Globals:
66
MemorySize: 128
77
Architectures: ["arm64"]
88
Handler: bootstrap
9-
Runtime: provided.al2
9+
Runtime: provided.al2023
1010
Timeout: 5
1111
Tracing: Active
1212
Environment:
@@ -135,4 +135,4 @@ Resources:
135135
Outputs:
136136
ApiUrl:
137137
Description: "API Gateway endpoint URL"
138-
Value: !Sub "https://${ServerlessHttpApi}.execute-api.${AWS::Region}.amazonaws.com/"
138+
Value: !Sub "https://${ServerlessHttpApi}.execute-api.${AWS::Region}.amazonaws.com/"

0 commit comments

Comments
 (0)