https://s3.eu-central-1.amazonaws.com/dynamodb-local-frankfurt/dynamodb_local_latest.tar.gz
Download the latest version of DynamoDB Unzip the file contents into a new folder. For example, we can call it dynamodb
cd dynamodb
java -Djava.library.path=./DynamoDBLocal_lib -jar DynamoDBLocal.jar -sharedDb
If you're greeted with the following log on your console, you have successfully started the DynamoDB instance locally.
Initializing DynamoDB Local with the following configuration:
Port: 8000
InMemory: false
DbPath: null
SharedDb: true
shouldDelayTransientStatuses: false
CorsParams: *
aws configure
AWS Access Key ID [None]: ***********
AWS Secret Access Key [None]: ****************
Default region name [None]: local
Default output format [None]: json
https://dev.to/ajinkabeer/run-a-dynamodb-instance-locally-with-node-js-without-an-aws-account-58k6
homework app generated by scaffold-express-app
This is a express scaffold project to quickly get up and running with express js project using JavaScript.
step 1: Change directory to project folder
git clone cloning url
$ cd homeworkstep 2: Install the dependencies in the local node_modules folder.
$ npm installstep 3: Create Dynamo Table Locally
$ node jumpcloudTable.jsstep 4: import data to Table
$ node putjumpCloudData.jsstep 5: npm run start is a run command from your scripts located in your package.
$ npm startstep 6: Open New Terminal run
$ npm testPlease change the actions and time in data.json and perform step 4 and step 5 again to see new updated values