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
170170
171171e.g. for dynamodb document client sdk
172172```
173+ var AWS = require('aws-sdk'),
174+ ```
175+ ```
173176new AWS.DynamoDB.DocumentClient({
174177 region: 'localhost',
175178 endpoint: 'http://localhost:8000'
Original file line number Diff line number Diff line change 11{
22 "name" : " serverless-dynamodb-local" ,
3- "version" : " 0.2.5 " ,
3+ "version" : " 0.2.6 " ,
44 "engines" : {
55 "node" : " >=4.0"
66 },
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"
You can’t perform that action at this time.
0 commit comments