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. | ![Github Stars](https://img.shields.io/github/stars/infrontlabs/serverless-dotenv-plugin.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-dotenv-plugin.svg?label=Downloads&style=for-the-badge)| | **[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 | ![Github Stars](https://img.shields.io/github/stars/fruffin/serverless-dotnet.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-dotnet.svg?label=Downloads&style=for-the-badge)| | **[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. | ![Github Stars](https://img.shields.io/github/stars/sdd/serverless-dynalite.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-dynalite.svg?label=Downloads&style=for-the-badge)| +| **[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. | ![Github Stars](https://img.shields.io/github/stars/jitsecurity/dynamo-data-transform.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/dynamo-data-transform.svg?label=Downloads&style=for-the-badge)| | **[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. | ![Github Stars](https://img.shields.io/github/stars/commandeer/open/tree/development/serverless-dynamo-stream-plugin.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-dynamo-stream-plugin.svg?label=Downloads&style=for-the-badge)| | **[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. | ![Github Stars](https://img.shields.io/github/stars/sbstjn/serverless-dynamodb-autoscaling.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-dynamodb-autoscaling.svg?label=Downloads&style=for-the-badge)| | **[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 | ![Github Stars](https://img.shields.io/github/stars/medikoo/serverless-plugin-dynamodb-autoscaling.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-plugin-dynamodb-autoscaling.svg?label=Downloads&style=for-the-badge)| 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",