Skip to content

demetr1ce/nodejs-aws-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nodejs-aws-api

Foranyone looknig for a rest API template using NodeJS and Express.JS, with an AWS dynamodb database, look no further :)

Installation

Clone the repo onto your local machine. Run npm i. After creating your dynamodb on AWS (with 'user and 'unique' tables), create a .env file with your AWS settings.

Run npm start and test using Postman.

Environmental files

Put these values in your .env file:

accessKeyId=[Your Access Key ID value from AWS]
secretAccessKey=[Your Secret Key value from AWS]
region=[Your AWS Region]
endpoint=[Your AWS Dynamodb endpoint]

Releases

No releases published

Packages

No packages published