Skip to content

seed-run/serverless-go-starter-with-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Serverless Go Starter with Plugin

A Go starter project for Serverless Framework with support for dependencies (using dep & serverless-go-build).

Requirements

Installation

Create a new project

$ serverless install --url https://github.com/fwang/serverless-go-starter --name serverless-go-starter

Install Serverless plugin: serverless-go-build

$ npm install

Usage

Install dependencies

$ dep ensure

Build

$ serverless build

Invoke a function locally

$ serverless invoke local -f hello

Deploying

Deploy your project

$ serverless deploy

Deploy a single function

$ serverless deploy function --function hello

Support

  • Send us an email if you have any questions
  • Open a new issue if you've found a bug or have some suggestions.
  • Or submit a pull request!

Maintainers

Maintained by Anomaly Innovations. Subscribe to our newsletter for updates. Send us an email if you have any questions.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages