Skip to content

carlosdizx/crud-users-with-serverless

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crud with serverless framework, dynamodb and typescript

Steps to deploy the project

  1. Clone the template project with the following command:
serverless create --path crud-serverless --template-url https://github.com/carlosdizx/crud-users-with-serverless
  1. Install project dependencies with npm install
  2. Configure AWS credentials with the following command:
serverless config credentials --provider aws --key <tu-aws-access-key> --secret <tu-aws-secret-key>
  1. To deploy the project, run the command npm run deploy

Releases

No releases published

Packages

No packages published