In this Tutorial, let us take a look at quickly setting up DynamoDB locally on macOS,
- Download DynamoDB zip or tar.gz setup files from AWS page: https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/DynamoDBLocal.DownloadingAndRunning.html
- Make sure you have Java Runtime Environment (JRE) version 8.x or higher installed on. your macOS
- Open Terminal and go to the extracted folder download and run the jar file,
% java -Djava.library.path=./DynamoDBLocal_lib -jar DynamoDBLocal.jar -sharedDb
More Posts related to AWS,
- 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
More Posts:
- Install Visual Studio VS Code on Mac using Brew - MacOS
- How to Open PowerShell on Mac? - Powershell
- How to uninstall Visual Studio Code on macOS - MacOS
- How to turn off Dark Mode in Excel App for Mac - Windows
- How to create a Symbolic Link in Linux (ln -s) - Linux
- JSON Nest Objects Example: JSON Tutorial - Json-Tutorial
- Building library Gradle Project Info: Downloading services.gradle.org - Android-Studio
- How to print an exception in Python - Python