diff --git a/README.md b/README.md index 1678d0ac8..05f7da2b6 100644 --- a/README.md +++ b/README.md @@ -166,6 +166,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) | diff --git a/community-examples.json b/community-examples.json index 61f1c83ce..8d0f1b298 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.",