mirror of
https://github.com/mitchell/lambdarouter.git
synced 2025-12-19 14:37:22 +00:00
First iteration of v1 lambdarouter, full API change
This commit is contained in:
parent
83bb9a2aa1
commit
f65f17158c
12 changed files with 376 additions and 392 deletions
10
examples/hello-world/Makefile
Normal file
10
examples/hello-world/Makefile
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
.PHONY: all build clean deploy test
|
||||
|
||||
build:
|
||||
env GOOS=linux go build -ldflags="-s -w" -o ./bin/hello ./main.go
|
||||
|
||||
clean:
|
||||
rm -rf ./bin
|
||||
|
||||
deploy: clean build
|
||||
sls deploy --verbose
|
||||
Loading…
Add table
Add a link
Reference in a new issue