From 28bfa01c89992fbf777906e1725785cdfe155aca Mon Sep 17 00:00:00 2001 From: Philipp Muens Date: Tue, 11 Oct 2016 15:36:56 -0700 Subject: [PATCH] Update service example table to be less verbose --- README.md | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 9f487e464..b6ccae14e 100755 --- a/README.md +++ b/README.md @@ -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 | ## Plugins (V1.0)