Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/morzhanov/go-serverless

Go serverless functions examples with most popular Cloud Providers
https://github.com/morzhanov/go-serverless

Last synced: 20 days ago
JSON representation

Go serverless functions examples with most popular Cloud Providers

Awesome Lists containing this project

README

        

# go-serverless

Go serverless functions examples with most popular Cloud Providers

### Creating zip archive

```shell
go mod download

go build ./cmd/

zip -r handler ./
```

### 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