A progressive Node.js framework for building efficient and scalable server-side applications.
Nest REST API with auth configuration and user registration CRUD with DynanoDB, and DynanoDB customized service to run on AWS Lambda
$ yarn install
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