Im trying to run dynamoDB locally in Ubuntu. I have done everything as here: https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/DynamoDBLocal.html If I want to check if my database works locally:
aws dynamodb list-tables --endpoint-url http://localhost:8000
Im getting:
alexa@alexa-VirtualBox:~/Desktop/DynamoDB$ aws dynamodb list-tables --endpoint-url http://localhost:8000
Unable to locate credentials. You can configure credentials by running "aws configure".
Why? I dont want to use AWS. I thought I can be able to test locally dynamodb without AWS account. Is it possible?