diff --git a/README.md b/README.md
index 37c2f9da8..ce387ec74 100644
--- a/README.md
+++ b/README.md
@@ -160,6 +160,7 @@ serverless install -u https://github.com/author/project -n my-project
| **[Demo Project For Serverless Migrate Plugin](https://github.com/EliuX/serverless-migrate-plugin/tree/master/example)**
An example about how to use migrations in your serverless project with serverless-migrate-plugin | [EliuX](http://github.com/EliuX) |
| **[Dropbucket Serverless File Sharing](https://github.com/marksteele/drop-bucket)**
A serverless file sharing app powered by Cognito/S3/Lambda/API Gateway. Includes a React single-page app UI and virus scanning. | [marksteele](http://github.com/marksteele) |
| **[Fotopia Serverless](https://github.com/mbudm/fotopia-serverless)**
A photo archive web app including API, storage and face detection using serverless framework | [mbudm](http://github.com/mbudm) |
+| **[Golang Serverless Starter](https://github.com/emilhein/golang-serverless-starter)**
Echo function with API Gateway that uses TravisCI automatic deployment | [emilhein](http://github.com/emilhein) |
| **[Json Serverless](https://github.com/pharindoko/json-serverless)**
A simple & cheap serverless REST API using [json-server](https://github.com/typicode/json-server) in combination with AWS Lambda / S3 and the serverless framework | [pharindoko](http://github.com/pharindoko) |
| **[Lambda Pubsub Via Sns Example](https://github.com/didil/serverless-lambda-sns-example)**
Example illustrating the flow: Lambda (publisher) => SNS => Lambda (consumer) | [didil](http://github.com/didil) |
| **[Nietzsche](https://github.com/rpidanny/Nietzsche)**
A serverless application that fetches quotes from Goodreads and saves it to DynamoDB with example use cases using `Lambda`, `SNS`, `SQS`, `Step Functions`, `DynamoDB`, `API Gateway`, `CloudWatch` | [rpidanny](http://github.com/rpidanny) |
diff --git a/community-examples.json b/community-examples.json
index 5c24ecccd..90b946c94 100644
--- a/community-examples.json
+++ b/community-examples.json
@@ -502,5 +502,10 @@
"name": "Demo project for serverless-migrate-plugin",
"description": "An example about how to use migrations in your serverless project with serverless-migrate-plugin",
"githubUrl": "https://github.com/EliuX/serverless-migrate-plugin/tree/master/example"
+ },
+ {
+ "name": "Golang serverless starter",
+ "description": "Echo function with API Gateway that uses TravisCI automatic deployment",
+ "githubUrl": "https://github.com/emilhein/golang-serverless-starter"
}
]