serverless/serverless-golang

Name: serverless-golang

Owner: Serverless

Description: Serverless Template for Golang

Created: 2018-01-16 09:33:20.0

Updated: 2018-05-23 12:12:07.0

Pushed: 2018-01-31 14:07:23.0

Homepage:

Size: 4

Language: Go

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

UPDATE

Starting from version 1.26 Serverless Framework includes two Golang templates:

You can use them with create command:

erless create -t aws-go-dep

Original README below.


Serverless Template for Golang

This repository contains template for creating serverless services written in Golang.

Quick Start
  1. Create a new service based on this template
erless create -u https://github.com/serverless/serverless-golang/ -p myservice
  1. Compile function
yservice
=linux go build -o bin/main
  1. Deploy!
erless deploy

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.