Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emilhein/golang-serverless-starter
Golang serverless aws function
https://github.com/emilhein/golang-serverless-starter
go golang serverless serverless-framework travis-ci travis-deploy
Last synced: about 17 hours ago
JSON representation
Golang serverless aws function
- Host: GitHub
- URL: https://github.com/emilhein/golang-serverless-starter
- Owner: emilhein
- License: apache-2.0
- Created: 2019-10-11T13:05:30.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-23T13:00:09.000Z (about 5 years ago)
- Last Synced: 2023-05-29T16:35:13.803Z (over 1 year ago)
- Topics: go, golang, serverless, serverless-framework, travis-ci, travis-deploy
- Language: Go
- Homepage: https://emilhein.github.io/
- Size: 85 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Go Report Card](https://goreportcard.com/badge/github.com/emilhein/golang-serverless-starter)](https://goreportcard.com/report/github.com/emilhein/golang-serverless-starter)
[![Build Status](https://travis-ci.org/emilhein/golang-serverless-starter.svg?branch=master)](https://travis-ci.org/emilhein/golang-serverless-starter)# 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