Can't connect to local DynamoDb instance via AWS CLI
问题 This question was migrated from Server Fault because it can be answered on Stack Overflow. Migrated 3 years ago . I've created the local instance of DynamoDb by next steps: in Visual Studio I installed AWS explorer and create a new local instance on localhost:82. I can successfully work with it from my c# code using AWS library. I created the table and even put into it some data. I can even see that data in AWS explorer in Visual Studio. I need to add a lot of data, and I prepare to use AWS