Skip to content

Go serverless functions examples with most popular Cloud Providers

Notifications You must be signed in to change notification settings

morzhanov/go-serverless

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-serverless

Go serverless functions examples with most popular Cloud Providers

Creating zip archive

go mod download

go build ./cmd/<aws|gcp>

zip -r handler ./<aws|gcp>

GCP

For Google Cloud Functions you could use inline editor to try use .zip archive option.

Refer to the docs

AWS

For AWS Lambda you could use inline editor to try use .zip archive option.

Refer to the docs

About

Go serverless functions examples with most popular Cloud Providers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages