serverless-console icon indicating copy to clipboard operation
serverless-console copied to clipboard

Connecting to local dynamodb not possible

Open samuel-bach opened this issue 2 years ago • 2 comments

I can not connect to my local dynamoDb because the dialog is showing "Table name is missing", but also not allowing me to define a table name. See screenshot. Though, AWS cli shows that there is indeed a table locally

image

samuel-bach avatar Jun 26 '23 11:06 samuel-bach

Hi, if i remember right, the dynamodb tables are defined by a URL/TableName, in this case is http://localhost:8000/test-registrations

GMIllesca avatar Jun 27 '23 15:06 GMIllesca

When trying with http://localhost:8000/test-registrations it still says No table found

samuel-bach avatar Jun 28 '23 15:06 samuel-bach