Update service example table to be less verbose

This commit is contained in:
Philipp Muens 2016-10-11 15:36:56 -07:00
parent 47f67d5289
commit 28bfa01c89

View File

@ -58,19 +58,19 @@ The following are services you can instantly install and use by running `serverl
| Service | Description |
| ------ | ------ |
| https://github.com/pmuens/serverless-crud | Serverless CRUD service |
| https://github.com/serverless/serverless-graphql | The Application Boilerplate for a Serverless, Event-Driven Architecture using GraphQL |
| https://github.com/laardee/serverless-authentication-boilerplate | Generic authentication boilerplate for Serverless framework |
| https://github.com/eahefnawy/serverless-mailer | Serverless Module for sending emails |
| https://github.com/pmuens/serverless-kinesis-streams | Serverless service to showcase Kinesis stream support |
| https://github.com/pmuens/serverless-dynamodb-streams | Serverless service to showcase DynamoDB stream support |
| https://github.com/pmuens/serverless-landingpage-backend | Serverless landingpage backend to store E-Mail addresses |
| https://github.com/pmuens/serverless-facebook-messenger-bot | Serverless Chatbot for the Facebook Messenger platform |
| https://github.com/pmuens/serverless-lambda-chaining | Serverless service which shows how one can chain Lambdas through SNS |
| https://github.com/pmuens/serverless-secured-api | Serverless service which showcases how to build an API which is accessible through an API key |
| https://github.com/eahefnawy/serverless-authorizer | Example of a service that uses API Gateway custom authorizer feature to authorize your endpoints |
| https://github.com/eahefnawy/serverless-thumbnails | Serverless Service that takes an image url and returns a 100x100 thumbnail |
| https://github.com/eahefnawy/serverless-boilerplate | Opinionated boilerplate for the Serverless Framework |
| [CRUD](https://github.com/pmuens/serverless-crud) | CRUD service |
| [GraphQL Boilerplate](https://github.com/serverless/serverless-graphql) | GraphQL application Boilerplate service |
| [Authentication](https://github.com/laardee/serverless-authentication-boilerplate) | Authentication boilerplate service |
| [Mailer](https://github.com/eahefnawy/serverless-mailer) | Service for sending emails |
| [Kinesis streams](https://github.com/pmuens/serverless-kinesis-streams) | Service to showcase Kinesis stream support |
| [DynamoDB streams](https://github.com/pmuens/serverless-dynamodb-streams) | Service to showcase DynamoDB stream support |
| [Landingpage backend](https://github.com/pmuens/serverless-landingpage-backend) | Landingpage backend service to store E-Mail addresses |
| [Facebook Messenger Chatbot](https://github.com/pmuens/serverless-facebook-messenger-bot) | Chatbot for the Facebook Messenger platform |
| [Lambda chaining](https://github.com/pmuens/serverless-lambda-chaining) | Service which chains Lambdas through SNS |
| [Secured API](https://github.com/pmuens/serverless-secured-api) | Service which exposes an API key accessible API |
| [Authorizer](https://github.com/eahefnawy/serverless-authorizer) | Service that uses API Gateway custom authorizers |
| [Thumbnails](https://github.com/eahefnawy/serverless-thumbnails) | Service that takes an image url and returns a 100x100 thumbnail |
| [Boilerplate](https://github.com/eahefnawy/serverless-boilerplate) | Opinionated boilerplate |
## <a name="v1-plugins"></a>Plugins (V1.0)