Skip to content

Commit

Permalink
Merge pull request #48 from robertrv/patch-1
Browse files Browse the repository at this point in the history
Changes to AL2023 runtime
bnusunny authored Dec 16, 2024
2 parents b63a56b + 592434f commit bd01649
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions template.yaml
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@ Globals:
MemorySize: 128
Architectures: ["arm64"]
Handler: bootstrap
Runtime: provided.al2
Runtime: provided.al2023
Timeout: 5
Tracing: Active
Environment:
@@ -135,4 +135,4 @@ Resources:
Outputs:
ApiUrl:
Description: "API Gateway endpoint URL"
Value: !Sub "https://${ServerlessHttpApi}.execute-api.${AWS::Region}.amazonaws.com/"
Value: !Sub "https://${ServerlessHttpApi}.execute-api.${AWS::Region}.amazonaws.com/"

0 comments on commit bd01649

Please sign in to comment.