From 6426f31ccf1c48ae51e1b5b37041809f1ac6ae74 Mon Sep 17 00:00:00 2001
From: JW <5327840+slashbit@users.noreply.github.com>
Date: Thu, 20 Dec 2018 10:48:00 +0900
Subject: [PATCH 1/2] Add a web spider project built with Lambda
---
community-examples.json | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/community-examples.json b/community-examples.json
index 49fb2dd75..6aa4b4f78 100644
--- a/community-examples.json
+++ b/community-examples.json
@@ -1,4 +1,9 @@
[
+ {
+ "name": "Spiderless, Web Spider on Serverless",
+ "description": "A web spider / scraper / website change detector built with Lambda, API Gateway, DynamoDB and SNS",
+ "githubUrl": "https://github.com/slashbit/spider-less"
+ },
{
"name": "AWS-Demo-Java-Spring-Cloud-Function-Serverless",
"description": "If Java is your choice of programming language-Spring Cloud Function,Serverless Framework makes a great technology stack. It boosts developer productivity by decoupling from Vendor specific FaaS API, and deployment activities.",
From cd350feedd8c06e4db7c973d8a7dd54d34ac773e Mon Sep 17 00:00:00 2001
From: slashbit <5327840+slashbit@users.noreply.github.com>
Date: Tue, 1 Jan 2019 23:07:25 +0900
Subject: [PATCH 2/2] Regenerate the README.md
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index 5180aa528..d738ab77e 100644
--- a/README.md
+++ b/README.md
@@ -165,6 +165,7 @@ serverless install -u https://github.com/author/project -n my-project
| **[Serverless Sns Api](https://github.com/eddielisc/serverless-sns-api)**
Build a SNS service on AWS, support backend API for SNS by device, by group and by user | [eddielisc](http://github.com/eddielisc) |
| **[Serverless Side Rendering With Vue.js And Nuxt.js](https://github.com/adnanrahic/serverless-side-rendering-vue-nuxt)**
Sample project for using Nuxt.js to create a server-side rendered Vue.js app on AWS Lambda and AWS API Gateway. Can easily integrate with your own API or 3rd party APIs such as headless CMS, e-commerce or serverless architecture. | [adnanrahic](http://github.com/adnanrahic) |
| **[Serving Binary Files](https://github.com/thomastoye/serverless-binary-files-xlsx)**
Small example showing how to serve binary files using Serverless on AWS with the serverless-apigw-binary plugin, using generated Excel files as an example | [thomastoye](http://github.com/thomastoye) |
+| **[Spiderless, Web Spider On Serverless](https://github.com/slashbit/spider-less)**
A web spider / scraper / website change detector built with Lambda, API Gateway, DynamoDB and SNS | [slashbit](http://github.com/slashbit) |
| **[Stack Overflow Monitor](https://github.com/picsoung/stackoverflowmonitor)**
Monitor Stack Overflow questions and post them in a Slack channel | [picsoung](http://github.com/picsoung) |
| **[Adoptable Pet Bot](https://github.com/lynnaloo/adoptable-pet-bot)**
Tweets adoptable pets using Serverless (Node.js) and AWS Lambda | [lynnaloo](http://github.com/lynnaloo) |
| **[Aws Mfa Enforce](https://github.com/Chan9390/aws-mfa-enforce)**
Serverless function to automate enforcement of Multi-Factor Authentication (MFA) to all AWS IAM users with access to AWS Management Console. | [Chan9390](http://github.com/Chan9390) |