We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb1a660 commit d5c3aa3Copy full SHA for d5c3aa3
dynamodb/core.js
dynamodb/installer.js
index.js
@@ -3,7 +3,6 @@
3
const _ = require('lodash'),
4
BbPromise = require('bluebird'),
5
tables = require('./tables/core'),
6
- dynamodb = require('./dynamodb/core'),
7
dynamodbLocal = require('dynamodb-localhost');
8
9
module.exports = function(S) { // Always pass in the ServerlessPlugin Class
0 commit comments