We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b63a56b + 592434f commit bd01649Copy full SHA for bd01649
template.yaml
@@ -6,7 +6,7 @@ Globals:
6
MemorySize: 128
7
Architectures: ["arm64"]
8
Handler: bootstrap
9
- Runtime: provided.al2
+ Runtime: provided.al2023
10
Timeout: 5
11
Tracing: Active
12
Environment:
@@ -135,4 +135,4 @@ Resources:
135
Outputs:
136
ApiUrl:
137
Description: "API Gateway endpoint URL"
138
- Value: !Sub "https://${ServerlessHttpApi}.execute-api.${AWS::Region}.amazonaws.com/"
+ Value: !Sub "https://${ServerlessHttpApi}.execute-api.${AWS::Region}.amazonaws.com/"
0 commit comments