Skip to content

alobaton-pricesmart/golang-lambda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

golang-lambda

Golang lambda example.

How to start?

Compile the project and compress the binary. Make sure to configure the GOOS and GOARCH environment variables.

set GOOS=linux
set GOARCH=amd64
go build -o main main.go
%USERPROFILE%\Go\bin\build-lambda-zip.exe -o main.zip main

About

Golang lambda example.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages