From 811b3c3b85142ee9f00900935eb6ed189a8e3c49 Mon Sep 17 00:00:00 2001
From: Guy Braunstain <35347793+Guy7B@users.noreply.github.com>
Date: Tue, 7 Jun 2022 14:52:43 +0300
Subject: [PATCH] Add dynamo-data-transform
---
README.md | 1 +
plugins.json | 5 +++++
2 files changed, 6 insertions(+)
diff --git a/README.md b/README.md
index ebd278d..78dfcd3 100644
--- a/README.md
+++ b/README.md
@@ -132,6 +132,7 @@ Add your plugin to [the `plugins.json` file](https://github.com/serverless/commu
| **[Dotenv Plugin - `serverless-dotenv-plugin`](https://github.com/infrontlabs/serverless-dotenv-plugin)**
by [infrontlabs](http://github.com/infrontlabs)
Preload environment variables from `.env` into serverless. | 
|
| **[Dotnet - `serverless-dotnet`](https://github.com/fruffin/serverless-dotnet)**
by [fruffin](http://github.com/fruffin)
A serverless plugin to run 'dotnet' commands as part of the deploy process | 
|
| **[Dynalite - `serverless-dynalite`](https://github.com/sdd/serverless-dynalite)**
by [sdd](http://github.com/sdd)
Run dynalite locally (no JVM, all JS) to simulate DynamoDB. Watch serverless.yml for table config updates. | 
|
+| **[Dynamo Data Transform - `dynamo-data-transform`](https://github.com/jitsecurity/dynamo-data-transform)**
by [jitsecurity](http://github.com/jitsecurity)
Dynamo Data Transform is an easy to use data transformation tool for DynamoDB. | 
|
| **[Dynamo Stream Plugin - `serverless-dynamo-stream-plugin`](https://github.com/commandeer/open/tree/development/serverless-dynamo-stream-plugin)**
by [commandeer](http://github.com/commandeer)
Creates and connects DynamoDB streams for pre-existing tables with AWS Lambdas using Serverless. | 
|
| **[Dynamodb Autoscaling - `serverless-dynamodb-autoscaling`](https://github.com/sbstjn/serverless-dynamodb-autoscaling)**
by [sbstjn](http://github.com/sbstjn)
Configure Amazon DynamoDB's native Auto Scaling for your table capacities. | 
|
| **[Dynamodb Autoscaling - `serverless-plugin-dynamodb-autoscaling`](https://github.com/medikoo/serverless-plugin-dynamodb-autoscaling)**
by [medikoo](http://github.com/medikoo)
Auto generate auto scaling configuration for configured DynamoDB tables | 
|
diff --git a/plugins.json b/plugins.json
index 5928441..ecfa351 100644
--- a/plugins.json
+++ b/plugins.json
@@ -378,6 +378,11 @@
"description": "Creates and connects DynamoDB streams for pre-existing tables with AWS Lambdas using Serverless.",
"githubUrl": "https://github.com/commandeer/open/tree/development/serverless-dynamo-stream-plugin",
"status": "active"
+}, {
+ "name": "dynamo-data-transform",
+ "description": "Dynamo Data Transform is an easy to use data transformation tool for DynamoDB.",
+ "githubUrl": "https://github.com/jitsecurity/dynamo-data-transform",
+ "status": "active"
}, {
"name": "serverless-offline",
"description": "Emulate AWS λ and API Gateway locally when developing your Serverless project",