From 1dd8bd18c775c69038937edc746b1b0e00c7f171 Mon Sep 17 00:00:00 2001 From: Gary Zhu Date: Sun, 20 Mar 2022 00:12:00 +1300 Subject: [PATCH] add serverless-app-client-credentials-to-ssm --- README.md | 1 + plugins.json | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/README.md b/README.md index 16f326a..350c21b 100644 --- a/README.md +++ b/README.md @@ -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)**
by [maciejtreder](http://github.com/maciejtreder)
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)
![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)**
by [ryanmurakami](http://github.com/ryanmurakami)
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)
![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)**
by [Imran99](http://github.com/Imran99)
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)
![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)**
by [GaaraZhu](http://github.com/GaaraZhu)
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)
![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)**
by [aheissenberger](http://github.com/aheissenberger)
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)
![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)**
by [sid88in](http://github.com/sid88in)
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)
![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)**
by [bboure](http://github.com/bboure)
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)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-appsync-simulator.svg?label=Downloads&style=for-the-badge)| diff --git a/plugins.json b/plugins.json index 59ac344..abadb55 100644 --- a/plugins.json +++ b/plugins.json @@ -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",