serverless-dynamodb-stream-arn-plugin
Version:
Fetches and then adds existing DynamoDB Table streams to serverless.yml file using table name for serverless framework
23 lines (22 loc) • 602 B
JSON
{
"name": "serverless-dynamodb-stream-arn-plugin",
"version": "0.0.7",
"description": "Fetches and then adds existing DynamoDB Table streams to serverless.yml file using table name for serverless framework",
"main": "index.js",
"keywords": [
"dynamodb",
"dynamodb-streams",
"aws",
"serverless",
"dynamo"
],
"peerDependencies": {
"serverless": "2 - 4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/deepakandgupta/serverless-dynamodb-stream-arn-plugin.git"
},
"author": "deepakandgupta",
"license": "MIT"
}