From f0f2ed8d40dff97b7f56080720de80f7151de008 Mon Sep 17 00:00:00 2001 From: Emil Date: Tue, 22 Oct 2019 22:48:19 +0200 Subject: [PATCH 1/4] Update community-examples.json --- community-examples.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/community-examples.json b/community-examples.json index 5c24ecccd..2fe8f3cae 100644 --- a/community-examples.json +++ b/community-examples.json @@ -502,5 +502,11 @@ "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/EliuX/serverless-migrate-plugin/tree/master/example" } + ] From 35901d58bfe36751f06108fa8207d999e1a80ad2 Mon Sep 17 00:00:00 2001 From: Emil Hein Eriksen Date: Wed, 23 Oct 2019 08:35:36 +0200 Subject: [PATCH 2/4] lint the file --- community-examples.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/community-examples.json b/community-examples.json index 2fe8f3cae..e804ec11c 100644 --- a/community-examples.json +++ b/community-examples.json @@ -503,10 +503,9 @@ "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/EliuX/serverless-migrate-plugin/tree/master/example" } - ] From 2e4408496653d3f8900380bca27025d5496deea6 Mon Sep 17 00:00:00 2001 From: Emil Hein Eriksen Date: Wed, 23 Oct 2019 08:39:00 +0200 Subject: [PATCH 3/4] Update Readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 37c2f9da8..29814321e 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/EliuX/serverless-migrate-plugin/tree/master/example)**
Echo function with API Gateway that uses TravisCI automatic deployment | [EliuX](http://github.com/EliuX) | | **[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) | From 9b460a0d0a9acf35d3dccb5dec7f3e853a919990 Mon Sep 17 00:00:00 2001 From: Emil Hein Eriksen Date: Wed, 23 Oct 2019 09:23:43 +0200 Subject: [PATCH 4/4] Change project url --- README.md | 2 +- community-examples.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 29814321e..ce387ec74 100644 --- a/README.md +++ b/README.md @@ -160,7 +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/EliuX/serverless-migrate-plugin/tree/master/example)**
Echo function with API Gateway that uses TravisCI automatic deployment | [EliuX](http://github.com/EliuX) | +| **[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 e804ec11c..90b946c94 100644 --- a/community-examples.json +++ b/community-examples.json @@ -506,6 +506,6 @@ { "name": "Golang serverless starter", "description": "Echo function with API Gateway that uses TravisCI automatic deployment", - "githubUrl": "https://github.com/EliuX/serverless-migrate-plugin/tree/master/example" + "githubUrl": "https://github.com/emilhein/golang-serverless-starter" } ]