Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# go-to-vercel-bootstrap
Bootstrap a GO Serverless Function hosted by Vercel

ToDo:
- [ ] 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: { *** }
```