Skip to content

victorvartan/go-play

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

go-play: playing around with GO!

For running on AWS Lambda:

go get -u github.com/aws/aws-lambda-go/lambda

go get -u github.com/aws/aws-lambda-go/events

For building the zip file to be deployed to AWS Lambda:

GOOS=linux go build main.go
zip function.zip main

These commands worked on Cloud9! How cool is that?!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages