Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kirito41dd/vercel-faas
A set of serverless apis written in go(gin) and deployed in vercel
https://github.com/kirito41dd/vercel-faas
vercel
Last synced: 19 days ago
JSON representation
A set of serverless apis written in go(gin) and deployed in vercel
- Host: GitHub
- URL: https://github.com/kirito41dd/vercel-faas
- Owner: kirito41dd
- License: apache-2.0
- Created: 2021-06-13T01:45:38.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-05T02:10:25.000Z (5 months ago)
- Last Synced: 2024-10-10T13:11:13.221Z (about 1 month ago)
- Topics: vercel
- Language: HTML
- Homepage: https://vercel-faas-one.vercel.app/api/1
- Size: 145 KB
- Stars: 13
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vercel-faas
A set of serverless apis written in go(gin) and deployed in [vercel](https://vercel.com)all apis: [https://vercel-faas-one.vercel.app/api/1](https://vercel-faas-one.vercel.app/api/1)
## local run
```bash
# install cli
npm i vercel
# run
vercel dev
```
## notice
* `go.mod` must be placed in the root directory to take effect
* `/api` just entry, can't declare modules in subdirectories
* `/handle` stores your code
* `vercel.json` [document](https://vercel.com/docs/configuration)