All Projects → yosriady → Serverless Go Boilerplate

yosriady / Serverless Go Boilerplate

Boilerplate Serverless Go project

Programming Languages

go
31211 projects - #10 most used programming language

Serverless Go Boilerplate

Prerequisites

Quick Start

  1. Clone the repo
git clone [email protected]:yosriady/serverless-go-boilerplate.git
cd serverless-go-boilerplate
  1. Install Go dependencies
dep ensure
  1. Compile functions as individual binaries for deployment package:
./scripts/build.sh

You need to perform this compilation step before deploying.

  1. Deploy!
serverless deploy

You can perform steps 2 and 3 simultaneously by running ./scripts/deploy.sh.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].