From a35ed49de03a1488a4f76be8764033f718802396 Mon Sep 17 00:00:00 2001 From: Scott Brenner Date: Sun, 12 Apr 2020 11:40:13 -0700 Subject: [PATCH 1/2] Remove 'Serverless Q&a Example' from Community Examples --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index b849264ac..be648d9cd 100644 --- a/README.md +++ b/README.md @@ -183,7 +183,6 @@ serverless install -u https://github.com/author/project -n my-project | **[Serverless Kakao Bot](https://github.com/JisuPark/serverless-kakao-bot)**
Easy development for Kakaotalk Bot with Serverless | [JisuPark](http://github.com/JisuPark) | | **[Serverless Lambda S3 Demonstration](https://github.com/johncmunson/serverless-lambda-s3)**
This project demonstrates how the Serverless Framework can be used to deploy a NodeJS Lambda function that responds to events in an S3 bucket. | [johncmunson](http://github.com/johncmunson) | | **[Serverless Load Balancer](https://github.com/pharindoko/serverless-load-balancer)**
A sample that shows how to combine a load balancer with (vpc/subnet configuration) with a lambda. | [pharindoko](http://github.com/pharindoko) | -| **[Serverless Q&a Example](https://github.com/jacksoncharles/serverless-qa-template-api)**
Inspired by the AWS example forum. A multitenancy Q&A template for surveys, forums and more | [jacksoncharles](http://github.com/jacksoncharles) | | **[Serverless Reactjs Universal Rendering Boilerplate](https://github.com/TylorShin/react-universal-in-serverless)**
ReactJS web app Starter kit does universal (isomorphic) rendering with Serverless | [TylorShin](http://github.com/TylorShin) | | **[Serverless Sns Sqs Offline Example ](https://github.com/kenyipp/serverless-sns-sqs-offline-example)**
Minimal example of running serverless-offline with SQS and SNS in local environment. | [kenyipp](http://github.com/kenyipp) | | **[Serverless Ssh Command](https://github.com/upgle/serverless-openwhisk-ssh)**
Example of executing ssh command with OpenWhisk | [upgle](http://github.com/upgle) | From 5d80012478e4b0a5e22d53bcb844babe43a2a6b8 Mon Sep 17 00:00:00 2001 From: Scott Brenner Date: Mon, 13 Apr 2020 08:49:56 -0700 Subject: [PATCH 2/2] Update community-examples.json --- community-examples.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/community-examples.json b/community-examples.json index 5fc6397e7..1c9a736b3 100644 --- a/community-examples.json +++ b/community-examples.json @@ -398,11 +398,6 @@ "description": "Easy development for Kakaotalk Bot with Serverless", "githubUrl": "https://github.com/JisuPark/serverless-kakao-bot" }, - { - "name": "Serverless Q&A Example", - "description": "Inspired by the AWS example forum. A multitenancy Q&A template for surveys, forums and more", - "githubUrl": "https://github.com/jacksoncharles/serverless-qa-template-api" - }, { "name": "Personal Access Tokens Cron Check", "description": "Audit for leaked PAT in your Contentful organization. How to use serverless as cronjobs to keep your Personal Access Tokens secure",