/aws-dynamodb-basic-io

Linux Academy - Amazon DynamoDB Deep Dive: Using a DynamoDB Table Basic IO

Primary LanguageJavaScript

Basic IO

Linux Academy - Amazon DynamoDB Deep Dive: Using a DynamoDB Table Basic IO

Getting Started

Install and configure the aws cli and start by with runing the code below to install dependencies:

yarn install

Run the command to create a table and insert all items in the sample-data.csv

yarn start

The possibilities are endless.