File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -170,6 +170,9 @@ You need to add the following parameters to the AWS NODE SDK dynamodb constructo
170
170
171
171
e.g. for dynamodb document client sdk
172
172
```
173
+ var AWS = require('aws-sdk'),
174
+ ```
175
+ ```
173
176
new AWS.DynamoDB.DocumentClient({
174
177
region: 'localhost',
175
178
endpoint: 'http://localhost:8000'
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " serverless-dynamodb-local" ,
3
- "version" : " 0.2.5 " ,
3
+ "version" : " 0.2.6 " ,
4
4
"engines" : {
5
5
"node" : " >=4.0"
6
6
},
39
39
"aws-sdk" : " ^2.3.19" ,
40
40
"bluebird" : " ^3.0.6" ,
41
41
"dynamodb-localhost" : " 0.0.2" ,
42
- "dynamodb-migrations" : " 0.0.7 " ,
42
+ "dynamodb-migrations" : " 0.0.8 " ,
43
43
"lodash" : " ^4.13.1" ,
44
44
"mkdirp" : " ^0.5.0" ,
45
45
"tar" : " ^2.0.0"
You can’t perform that action at this time.
0 commit comments