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 7853929 commit 0d42878Copy full SHA for 0d42878
index.js
@@ -4,6 +4,7 @@ const BbPromise = require("bluebird");
4
const AWS = require("aws-sdk");
5
const dynamodbLocal = require("dynamodb-localhost");
6
const seeder = require("./src/seeder");
7
+const path = require('path');
8
9
class ServerlessDynamodbLocal {
10
constructor(serverless, options) {
0 commit comments