From b7e988cfffe3138fb751c10f86ec874644994bb1 Mon Sep 17 00:00:00 2001 From: Ardeman Date: Wed, 16 Apr 2025 10:45:26 +0800 Subject: [PATCH] fix: update Lambda runtime to provided.al2023 for legalgo-api function --- template.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template.yml b/template.yml index 401ef80..ddd9a74 100644 --- a/template.yml +++ b/template.yml @@ -12,7 +12,7 @@ Resources: Properties: FunctionName: legalgo-api Handler: main - Runtime: go1.x + Runtime: provided.al2023 CodeUri: cmd/legalgo Events: Api: