From 6fcad688e6c66665a28b5a3663c935699a72fd50 Mon Sep 17 00:00:00 2001 From: Julian <489233+naydichev@users.noreply.github.com> Date: Mon, 10 Jul 2023 12:32:16 +0200 Subject: [PATCH] Allow the path to the local files to be configurable. --- index.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/index.js b/index.js index cb811a7..c0ea5dd 100644 --- a/index.js +++ b/index.js @@ -102,6 +102,10 @@ class ServerlessDynamodbLocal { shortcut: "e", usage: "Set to true if you would like the document client to convert empty values (0-length strings, binary buffers, and sets) to be converted to NULL types when persisting to DynamoDB.", type: "boolean" + }, + localPath: { + usage: "Set the path to the DDB Local installation.", + type: "string" } } },