If you have downloaded the standalone desktop version of DynamoDB on your device and when you try to run the server on http://localhost:8000/shell or 127.0.0.1/shell and you get the below error,
{"__type":"com.amazonaws.dynamodb.v20120810#
MissingAuthenticationToken","Message":"
Request must contain either a valid (registered)
AWS access key ID or X.509 certificate."}
Chrome Browser:
This site can't be reached
The webpage at http://localhost:8000/shell might be
temporarily down or it may have moved
permanently to a new web address.
ERR_INVALID_RESPONSE
Safari
Safari Can't Connect to the Server
Safari can't open the page "localhost:8000/shell/"
because Safari can't connect to the server "localhost".
Reason:
DynamoDB Local Web Shell was deprecated with version 1.16.X and is not available any longer from 1.17.X to latest. There are no immediate plans for a new Web Shell to be introduced.
Reference: https://repost.aws/questions/QUHyIzoEDqQ3iOKlUEp1LPWQ#ANdBm9Nz9TRf6VqR3jZtcA1g
- Download the old version of DynamoDB Local < 1.17.0
- Better to use DynamoDB Local on Docker Desktop with older image,
% docker pull dynamodb-local:1.16.0
✏️ Installing DynamoDB Desktop on Docker Container: link
- Create S3 bucket and upload files using AWS Toolkit for Visual Studio Code
- Get the total size and number of objects of a AWS S3 bucket and folders
- Create an S3 bucket in a specific AWS region using CLI Command
- [Solution] AWS Java SDK S3 AmazonS3Exception InvalidAccessKeyId
- Fix AWS CLI 2 SignatureDoesNotMatch Error - Signature we calculated does not match
- 573 List of reserved keywords in AWS DynamoDB
- Quick way to setup AWS DynamoDB locally on macOS
- [Solution] com.amazonaws.dynamodb.v20120810 MissingAuthenticationToken Key Id or X.509 certificate
- Quick way to install AWS CLI for macOS Terminal
- Setting and Updating AWS CLI Configuration
- AWS S3 CLI BucketAlreadyExists when calling CreateBucket Error make_bucket failed
- How to install AWS Toolkit for Visual Studio Code
- Create S3 bucket using AWS CLI Command mb
- Fix: zsh: command not found: aws (Mac/macOS)
- How to install AWS CLI on Ubuntu
- Fix: Amazon Linux bash: sudo: command not found
- How to Setup AWS Credentials using Visual Studio Code
- AW3 CLI command to get list of all region names
- Most Essencial AWS CLI 2 S3 ls Command Options
- Install AWS CLI using Brew Command
- Get the current timestamp in Java - Java
- Fix: Ubuntu (Linux) - bash: sudo: command not found error - Ubuntu
- Find Sum of two numbers - C-Program
- How to insert date, time or custom timestamp in Notepad++ - NotepadPlusPlus
- Google translate in spreadsheet - Google
- 5+ Fibonacci number Series Java Program Examples [ 0 1 1 2 3 ..] - Java
- WhatsApp Keyboard shortcuts for Mac - WhatsApp
- This Toast was not created with Toast.makeText() : Android RuntimeException - Android