Skip to content

Commit 336eb83

Browse files
authored
Merge pull request #398 from Guy7B/add-dynamo-data-transform
2 parents 9ecfb21 + 811b3c3 commit 336eb83

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
@@ -132,6 +132,7 @@ Add your plugin to [the `plugins.json` file](https://github.com/serverless/commu
132132
| **[Dotenv Plugin - `serverless-dotenv-plugin`](https://github.com/infrontlabs/serverless-dotenv-plugin)** <br/> by [infrontlabs](http://github.com/infrontlabs) <br/> Preload environment variables from `.env` into serverless. | ![Github Stars](https://img.shields.io/github/stars/infrontlabs/serverless-dotenv-plugin.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-dotenv-plugin.svg?label=Downloads&style=for-the-badge)|
133133
| **[Dotnet - `serverless-dotnet`](https://github.com/fruffin/serverless-dotnet)** <br/> by [fruffin](http://github.com/fruffin) <br/> A serverless plugin to run 'dotnet' commands as part of the deploy process | ![Github Stars](https://img.shields.io/github/stars/fruffin/serverless-dotnet.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-dotnet.svg?label=Downloads&style=for-the-badge)|
134134
| **[Dynalite - `serverless-dynalite`](https://github.com/sdd/serverless-dynalite)** <br/> by [sdd](http://github.com/sdd) <br/> Run dynalite locally (no JVM, all JS) to simulate DynamoDB. Watch serverless.yml for table config updates. | ![Github Stars](https://img.shields.io/github/stars/sdd/serverless-dynalite.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-dynalite.svg?label=Downloads&style=for-the-badge)|
135+
| **[Dynamo Data Transform - `dynamo-data-transform`](https://github.com/jitsecurity/dynamo-data-transform)** <br/> by [jitsecurity](http://github.com/jitsecurity) <br/> Dynamo Data Transform is an easy to use data transformation tool for DynamoDB. | ![Github Stars](https://img.shields.io/github/stars/jitsecurity/dynamo-data-transform.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/dynamo-data-transform.svg?label=Downloads&style=for-the-badge)|
135136
| **[Dynamo Stream Plugin - `serverless-dynamo-stream-plugin`](https://github.com/commandeer/open/tree/development/serverless-dynamo-stream-plugin)** <br/> by [commandeer](http://github.com/commandeer) <br/> Creates and connects DynamoDB streams for pre-existing tables with AWS Lambdas using Serverless. | ![Github Stars](https://img.shields.io/github/stars/commandeer/open/tree/development/serverless-dynamo-stream-plugin.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-dynamo-stream-plugin.svg?label=Downloads&style=for-the-badge)|
136137
| **[Dynamodb Autoscaling - `serverless-dynamodb-autoscaling`](https://github.com/sbstjn/serverless-dynamodb-autoscaling)** <br/> by [sbstjn](http://github.com/sbstjn) <br/> Configure Amazon DynamoDB's native Auto Scaling for your table capacities. | ![Github Stars](https://img.shields.io/github/stars/sbstjn/serverless-dynamodb-autoscaling.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-dynamodb-autoscaling.svg?label=Downloads&style=for-the-badge)|
137138
| **[Dynamodb Autoscaling - `serverless-plugin-dynamodb-autoscaling`](https://github.com/medikoo/serverless-plugin-dynamodb-autoscaling)** <br/> by [medikoo](http://github.com/medikoo) <br/> Auto generate auto scaling configuration for configured DynamoDB tables | ![Github Stars](https://img.shields.io/github/stars/medikoo/serverless-plugin-dynamodb-autoscaling.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-plugin-dynamodb-autoscaling.svg?label=Downloads&style=for-the-badge)|

plugins.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -378,6 +378,11 @@
378378
"description": "Creates and connects DynamoDB streams for pre-existing tables with AWS Lambdas using Serverless.",
379379
"githubUrl": "https://github.com/commandeer/open/tree/development/serverless-dynamo-stream-plugin",
380380
"status": "active"
381+
}, {
382+
"name": "dynamo-data-transform",
383+
"description": "Dynamo Data Transform is an easy to use data transformation tool for DynamoDB.",
384+
"githubUrl": "https://github.com/jitsecurity/dynamo-data-transform",
385+
"status": "active"
381386
}, {
382387
"name": "serverless-offline",
383388
"description": "Emulate AWS λ and API Gateway locally when developing your Serverless project",

0 commit comments

Comments
 (0)