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

https://github.com/xuthus5/zeit-serverless

Serverless service of golang, applied to Vercel/Zeit.
https://github.com/xuthus5/zeit-serverless

go serverless serverless-functions vercel vercel-deployment vercel-now vercel-serverless zeit zeit-now

Last synced: 4 months ago
JSON representation

Serverless service of golang, applied to Vercel/Zeit.

Awesome Lists containing this project

README

        

Serverless service for ZEIT. Written in [Golang](https://golang.org/).

## Deploy your own

You'll want to fork this repository and deploy your own image to primitive.

1. Click the fork button at the top right of GitHub
2. Clone the repo to your local machine with `git clone URL_OF_FORKED_REPO_HERE`
4. Deploy by running `now` from the CLI (if you don't already have it, run `npm install -g now`)

Alternatively, you can do a one-click to deploy with the button below.

[![Deploy to now](https://deploy.now.sh/static/button.svg)](https://zeit.co/new/project?template=xuthus5/zeit-serverless)