From 52916998f0a13eb2849f5b0cf071e4d3e37e5c25 Mon Sep 17 00:00:00 2001 From: Ardeman Date: Wed, 16 Apr 2025 08:33:13 +0800 Subject: [PATCH] fix: update CodeUri for legalgo-api function to point to cmd/legalgo --- template.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template.yml b/template.yml index 2dd7627..401ef80 100644 --- a/template.yml +++ b/template.yml @@ -13,7 +13,7 @@ Resources: FunctionName: legalgo-api Handler: main Runtime: go1.x - CodeUri: . + CodeUri: cmd/legalgo Events: Api: Type: Api