From 5408f5f79a04aeaf9125b5ee56ad0c47958fe247 Mon Sep 17 00:00:00 2001 From: Steve Peters Date: Mon, 3 Apr 2023 09:36:41 -0500 Subject: [PATCH] Remove reference to deprecated DynamoDB shell --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index bccf8c4..2428ca5 100644 --- a/index.js +++ b/index.js @@ -27,7 +27,7 @@ var dynamodb = { console.log('DynamoDB Local failed to start with code', code); } }); - console.log('Dynamodb Local Started, Visit: http://localhost:' + (options.port || config.start.port) + '/shell'); + console.log('Dynamodb Local Started'); }, stop: function(port) { if (dbInstances[port]) {