Skip to content

Commit dc96cdf

Browse files
committed
Update dependancy versions, plugin version and readme
1 parent 4c685d4 commit dc96cdf

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,9 @@ You need to add the following parameters to the AWS NODE SDK dynamodb constructo
170170

171171
e.g. for dynamodb document client sdk
172172
```
173+
var AWS = require('aws-sdk'),
174+
```
175+
```
173176
new AWS.DynamoDB.DocumentClient({
174177
region: 'localhost',
175178
endpoint: 'http://localhost:8000'

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "serverless-dynamodb-local",
3-
"version": "0.2.5",
3+
"version": "0.2.6",
44
"engines": {
55
"node": ">=4.0"
66
},
@@ -39,7 +39,7 @@
3939
"aws-sdk": "^2.3.19",
4040
"bluebird": "^3.0.6",
4141
"dynamodb-localhost": "0.0.2",
42-
"dynamodb-migrations": "0.0.7",
42+
"dynamodb-migrations": "0.0.8",
4343
"lodash": "^4.13.1",
4444
"mkdirp": "^0.5.0",
4545
"tar": "^2.0.0"

0 commit comments

Comments
 (0)