Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/morzhanov/go-serverless
- Owner: morzhanov
- Created: 2021-11-16T18:37:45.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-16T20:01:05.000Z (about 3 years ago)
- Last Synced: 2024-11-08T00:52:36.444Z (2 months ago)
- Language: Go
- Size: 8.2 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# go-serverless
Go serverless functions examples with most popular Cloud Providers
### Creating zip archive
```shell
go mod downloadgo 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