I'm having trouble to open AWS dynamoDB shell (UI). Did anyone tried and worked?
Steps taken:
- Download latest - https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/DynamoDBLocal.DownloadingAndRunning.html
- Start local dynamodb - No Errors
- run
aws dynamodb list-tables --endpoint-url http://localhost:8000
- No Errors (shows the table)
Error:
When trying to access -> http://localhost:8000/shell i am getting HTTP 400 Request must contain either a valid (registered) AWS access key ID or X.509 certificate.
Ref for shell
(UI) https://aws.amazon.com/blogs/aws/sweet-treats-for-dynamodb-users/
Note: I'm having aws cli setup with named profiles. I even tried http request in browser after exporting AWS_ACCESS_KEY_ID,AWS_SECRET_ACCESS_KEY,AWS_DEFAULT_REGION and still get above HTTP 400 error