Skip to content

Commit 1dd8bd1

Browse files
author
Gary Zhu
committed
add serverless-app-client-credentials-to-ssm
1 parent d85a9c7 commit 1dd8bd1

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ Add your plugin to [the `plugins.json` file](https://github.com/serverless/commu
5151
| **[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)|
5252
| **[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)|
5353
| **[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)|
54+
| **[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)|
5455
| **[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)|
5556
| **[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)|
5657
| **[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)|

plugins.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@
88
"description": "Sends notification to Typetalk",
99
"githubUrl": "https://github.com/is2ei/serverless-plugin-typetalk",
1010
"status": "active"
11+
}, {
12+
"name": "serverless-app-client-credentials-to-ssm",
13+
"description": "Export Cognito app client credentials to SSM Parameter store",
14+
"githubUrl": "https://github.com/GaaraZhu/serverless-app-client-credentials-to-ssm",
15+
"status": "active"
1116
}, {
1217
"name": "serverless-prune-versions",
1318
"description": "Automatic deletion of old Lambda and Lambda Layer versions",

0 commit comments

Comments
 (0)