Skip to content

emilhein/golang-serverless-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go Report Card Build Status

golang-starter

A starter project for playing around with Golang.

Serverless function

This project shows how you can setup automatic deployment to AWS using the serverless framework and Travis CI

The serverless function simply echos back what it recieves

Travis setup

To have travis deploy on your AWS account when you commit ot the master branch remember to set the AWS_ACCESS_KEY_ID & AWS_SECRET_ACCESS_KEY environment variables in Travis