Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/margostino/gover
Bootstrap a GO Serverless Function on Vercel
https://github.com/margostino/gover
Last synced: 17 days ago
JSON representation
Bootstrap a GO Serverless Function on Vercel
- Host: GitHub
- URL: https://github.com/margostino/gover
- Owner: margostino
- License: apache-2.0
- Created: 2023-03-03T19:28:25.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-12T19:28:35.000Z (over 1 year ago)
- Last Synced: 2024-11-10T09:13:47.642Z (3 months ago)
- Language: Go
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-to-vercel-bootstrap
Bootstrap a GO Serverless Function hosted by VercelToDo:
- [ ] Async and parallel calls
- [ ] Status for deploy and show go-to-link
- [ ] Proper docu
- [ ] Clear logging main status in one place (command). Impro http calls# Usage
```bash
> gover create --name my-first-serverless-app
```# Configuration
Gover will search config in home directory first with name `.gover.yml`
```yaml
GITHUB_ACCESS_TOKEN: { *** }
GITHUB_USERNAME: { *** }
VERCEL_ACCESS_TOKEN: { *** }
```