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. | 
|
| **[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 | 
|
| **[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 | 
|
+| **[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 | 
|
| **[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 | 
|
| **[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 | 
|
| **[Appsync Simulator - `serverless-appsync-simulator`](https://github.com/bboure/serverless-appsync-simulator)**
by [bboure](http://github.com/bboure)
Offline support for serverless-appsync-plugin | 
|
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",