/golang-serverless-starter

Golang serverless aws function

Primary LanguageGoApache License 2.0Apache-2.0

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