Compare commits

...

3 Commits

Author SHA1 Message Date
Ardeman
0bf6d57eb2 feat: add Makefile for building the legalgo application 2025-04-16 10:49:52 +08:00
Ardeman
b7e988cfff fix: update Lambda runtime to provided.al2023 for legalgo-api function 2025-04-16 10:45:26 +08:00
Ardeman
cbfa618ab6 build: empty commit 2025-04-16 10:37:05 +08:00
2 changed files with 3 additions and 1 deletions

2
cmd/legalgo/Makefile Normal file
View File

@ -0,0 +1,2 @@
build:
GOOS=linux GOARCH=amd64 go build -o main main.go

View File

@ -12,7 +12,7 @@ Resources:
Properties: Properties:
FunctionName: legalgo-api FunctionName: legalgo-api
Handler: main Handler: main
Runtime: go1.x Runtime: provided.al2023
CodeUri: cmd/legalgo CodeUri: cmd/legalgo
Events: Events:
Api: Api: