File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,11 @@ serverless-dynamodb-local
6
6
[ ![ npm version] ( https://badge.fury.io/js/serverless-dynamodb-local.svg )] ( https://badge.fury.io/js/serverless-dynamodb-local )
7
7
[ ![ license] ( https://img.shields.io/npm/l/serverless-dynamodb-local.svg )] ( https://www.npmjs.com/package/serverless-dynamodb-local )
8
8
9
+ For
[email protected] installation and documentation
[ please see v1 branch
] ( https://github.com/99xt/serverless-dynamodb-local/tree/v1 ) .
10
+
11
+ Following instructions are for
[email protected]
9
12
## This Plugin Requires
10
- * Serverless V0.5 or newer
13
+ * Serverless V0.5.x
11
14
* Java Runtime Engine (JRE) version 6.x or newer
12
15
13
16
## Features
@@ -16,7 +19,7 @@ serverless-dynamodb-local
16
19
* Create, Manage and Execute DynamoDB Migration Scripts(Table Creation/ Data Seeds) for DynamoDB Local and Online
17
20
18
21
## Install Plugin
19
- ` npm install --save serverless-dynamodb-local `
22
+ ` npm install --save serverless-dynamodb-local@0.2.10 `
20
23
21
24
Then in ` s-project.json ` add following entry to the plugins array: ` serverless-dynamodb-local `
22
25
e.g ` "plugins": ["serverless-dynamodb-local"] `
You can’t perform that action at this time.
0 commit comments