Skip to content

daftmaple/go-serverless-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vercel Serverless Functions in Go

Serve locally

Make the test.go file which contains main() that runs an http server in port 8080 by default or any port set with environment variable APP_PORT.

make
# Run the app in port 8090
APP_PORT=8090 ./a.out

About

Example Go function app (serverless) with Vercel because why not

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published