Skip to content

Nest REST API with auth configuration and user registration CRUD with DynanoDB, and DynanoDB customized service to run on AWS Lambda

Notifications You must be signed in to change notification settings

JulianCallejas/NestDynamoLambdaAuthTemplate

Repository files navigation

Nest Logo

A progressive Node.js framework for building efficient and scalable server-side applications.

Description

Nest REST API with auth configuration and user registration CRUD with DynanoDB, and DynanoDB customized service to run on AWS Lambda

Installation

$ yarn install

Running the app

Create table usuarios with primary key userId global indexes email-index, empresaId-index.

Create table empresas with primary key empresaId

Make de yml file and deploy it on AWS Lambda

# development
$ yarn build
$ serverless deploy

About

Nest REST API with auth configuration and user registration CRUD with DynanoDB, and DynanoDB customized service to run on AWS Lambda

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published