Skip to content

SGCodeCampusRepo/dynamodb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example files for using the Node API for DynamoDB

  1. Install the AWS command line tool by entering the following at the command line. We assume that you already have Python 3 installed on your machine
$ pip3 install aws-cli
  1. Fork this repo

  2. Clone the forked repo to your local machine

  3. Navigate into the local repo file and install the dependencies needed for this example to work

$ yarn add aws-sdk uuid
  1. Add your AWS credentials obtained from class and ammend the JavaScript files accordingly.

  2. You can now run each of the example files using node

$ node create.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published