serverless-console
serverless-console copied to clipboard
Connecting to local dynamodb not possible
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
Hi, if i remember right, the dynamodb tables are defined by a URL/TableName, in this case is http://localhost:8000/test-registrations
When trying with http://localhost:8000/test-registrations it still says No table found