From 7c43320c384508804cb7ac69f603e2a68a744075 Mon Sep 17 00:00:00 2001 From: Daniel Schep Date: Thu, 24 Jan 2019 10:20:07 -0500 Subject: [PATCH] point newsletter example to updated fork initial one had a few issues, including blocking ones (eg: runtime=node4) and the maintainer has not responded to a PR: https://github.com/ivanderbu2/serverless-newsletter-signup/pull/2 --- README.md | 2 +- community-examples.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 696463fd6..298962ef4 100644 --- a/README.md +++ b/README.md @@ -208,7 +208,7 @@ serverless install -u https://github.com/author/project -n my-project | **[Serverless Messenger Boilerplate](https://github.com/SC5/serverless-messenger-boilerplate)**
Serverless messenger bot boilerplate | [SC5](http://github.com/SC5) | | **[Serverless Modern Koa](https://github.com/barczaG/serverless-modern-koa)**
Serverless modern koa starter kit | [barczaG](http://github.com/barczaG) | | **[Serverless Msg Gateway](https://github.com/yonahforst/msg-gateway)**
A messaging aggregator for kik, skype, twilio, telegram, & messenger. Send and receive messages in a standard format. | [yonahforst](http://github.com/yonahforst) | -| **[Serverless Newsletter Signup](https://github.com/ivanderbu2/serverless-newsletter-signup)**
Saves user details into DynamoDB table. Required values are email, first_name and last_name. | [ivanderbu2](http://github.com/ivanderbu2) | +| **[Serverless Newsletter Signup](https://github.com/dschep/serverless-newsletter-signup)**
Saves user details into DynamoDB table. Required values are email, first_name and last_name. | [dschep](http://github.com/dschep) | | **[Serverless Npm Registry](https://github.com/craftship/yith)**
Serverless private npm registry, proxy and cache. | [craftship](http://github.com/craftship) | | **[Serverless Pokego](https://github.com/jch254/pokego-serverless)**
Serverless-powered API to fetch nearby Pokemon Go data | [jch254](http://github.com/jch254) | | **[Serverless Postgraphql](https://github.com/rentrop/serverless-postgraphql)**
GraphQL endpoint for PostgreSQL using postgraphql | [rentrop](http://github.com/rentrop) | diff --git a/community-examples.json b/community-examples.json index 09429af74..46edce8cc 100644 --- a/community-examples.json +++ b/community-examples.json @@ -114,7 +114,7 @@ { "name": "serverless-newsletter-signup", "description": "Saves user details into DynamoDB table. Required values are email, first_name and last_name.", - "githubUrl": "https://github.com/ivanderbu2/serverless-newsletter-signup" + "githubUrl": "https://github.com/dschep/serverless-newsletter-signup" }, { "name": "serverless-slack-cron", @@ -448,4 +448,4 @@ "description": "A commenting api using Serverless Typescript GraphQl and Redis", "githubUrl": "https://github.com/AyoubEd/serverless_typescript_graphQl_commentingService" } -] \ No newline at end of file +]