Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ Add your plugin to [the `plugins.json` file](https://github.com/serverless/commu
| **[Apigw Binary - `serverless-apigw-binary`](https://github.com/maciejtreder/serverless-apigw-binary)** <br/> by [maciejtreder](http://github.com/maciejtreder) <br/> Plugin to enable binary support in AWS API Gateway. | ![Github Stars](https://img.shields.io/github/stars/maciejtreder/serverless-apigw-binary.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-apigw-binary.svg?label=Downloads&style=for-the-badge)|
| **[Apigwy Binary - `serverless-apigwy-binary`](https://github.com/ryanmurakami/serverless-apigwy-binary)** <br/> by [ryanmurakami](http://github.com/ryanmurakami) <br/> Serverless plugin for configuring API Gateway to return binary responses | ![Github Stars](https://img.shields.io/github/stars/ryanmurakami/serverless-apigwy-binary.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-apigwy-binary.svg?label=Downloads&style=for-the-badge)|
| **[Apollo Graphql Federation - `serverless-plugin-apollo-graphql-federation`](https://github.com/Imran99/serverless-plugin-apollo-graphql-federation)** <br/> by [Imran99](http://github.com/Imran99) <br/> A Serverless Framework that uploads a graphql schema to the Apollo Platform managed federation service | ![Github Stars](https://img.shields.io/github/stars/Imran99/serverless-plugin-apollo-graphql-federation.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-plugin-apollo-graphql-federation.svg?label=Downloads&style=for-the-badge)|
| **[App Client Credentials To Ssm - `serverless-app-client-credentials-to-ssm`](https://github.com/GaaraZhu/serverless-app-client-credentials-to-ssm)** <br/> by [GaaraZhu](http://github.com/GaaraZhu) <br/> Export Cognito app client credentials to SSM Parameter store | ![Github Stars](https://img.shields.io/github/stars/GaaraZhu/serverless-app-client-credentials-to-ssm.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-app-client-credentials-to-ssm.svg?label=Downloads&style=for-the-badge)|
| **[Appsync Offline - `serverless-appsync-offline`](https://github.com/aheissenberger/serverless-appsync-offline)** <br/> by [aheissenberger](http://github.com/aheissenberger) <br/> Serverless Plugin to run AWS AppSync GraphQL API localy with dynamoDB and lambda resolvers | ![Github Stars](https://img.shields.io/github/stars/aheissenberger/serverless-appsync-offline.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-appsync-offline.svg?label=Downloads&style=for-the-badge)|
| **[Appsync Plugin - `serverless-appsync-plugin`](https://github.com/sid88in/serverless-appsync-plugin)** <br/> by [sid88in](http://github.com/sid88in) <br/> Serverless Plugin to deploy AppSync GraphQL API | ![Github Stars](https://img.shields.io/github/stars/sid88in/serverless-appsync-plugin.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-appsync-plugin.svg?label=Downloads&style=for-the-badge)|
| **[Appsync Simulator - `serverless-appsync-simulator`](https://github.com/bboure/serverless-appsync-simulator)** <br/> by [bboure](http://github.com/bboure) <br/> Offline support for serverless-appsync-plugin | ![Github Stars](https://img.shields.io/github/stars/bboure/serverless-appsync-simulator.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-appsync-simulator.svg?label=Downloads&style=for-the-badge)|
Expand Down
5 changes: 5 additions & 0 deletions plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
"description": "Sends notification to Typetalk",
"githubUrl": "https://github.com/is2ei/serverless-plugin-typetalk",
"status": "active"
}, {
"name": "serverless-app-client-credentials-to-ssm",
"description": "Export Cognito app client credentials to SSM Parameter store",
"githubUrl": "https://github.com/GaaraZhu/serverless-app-client-credentials-to-ssm",
"status": "active"
}, {
"name": "serverless-prune-versions",
"description": "Automatic deletion of old Lambda and Lambda Layer versions",
Expand Down