Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 558 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 558 Bytes

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