/dynamodb-nodejs

This is a sample NodeJS project helps in understanding how to connect to AWS DynamoDB remotely from NodeJS. It also helps to understand how we can perform operations like GET and INSERT using DynamoDB.

Primary LanguageJavaScript

Install Dependencies

Run npm install to install dependencies.

Run the application

Run npm start to run the application.