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
- Quick way to install AWS CLI for macOS Terminal
- How to Setup AWS Credentials using Visual Studio Code
- AW3 CLI command to get list of all region names
- AWS S3 CLI BucketAlreadyExists when calling CreateBucket Error make_bucket failed
- [Solution] AWS Java SDK S3 AmazonS3Exception InvalidAccessKeyId
- How to install AWS CLI on Ubuntu
- Fix AWS CLI 2 SignatureDoesNotMatch Error - Signature we calculated does not match
- [Solution] com.amazonaws.dynamodb.v20120810 MissingAuthenticationToken Key Id or X.509 certificate
- How to install AWS Toolkit for Visual Studio Code
- Create an S3 bucket in a specific AWS region using CLI Command
- Get the total size and number of objects of a AWS S3 bucket and folders
- Most Essencial AWS CLI 2 S3 ls Command Options
- Setting and Updating AWS CLI Configuration
- Create S3 bucket using AWS CLI Command mb
- Quick way to setup AWS DynamoDB locally on macOS
- How to Auto Click Mouse on Mac every X Seconds - MacOS
- Where does brew install python in macOS - Python
- Multiple ways to Convert tabs with spaces in Notepad++ - NotepadPlusPlus
- Locate MainActivity Java or Kotlin file in Android Studio - Android-Studio
- Auto Execute a command or script on Mac Terminal Startup - MacOS
- How to Change Eclipse Default Web Browser - Eclipse
- Quick steps to install Nginx on Ubuntu Linux - Ubuntu
- How to comment code in Python - Python