Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 573 Bytes

File metadata and controls

40 lines (24 loc) · 573 Bytes

CRUD operations with AWS Lambda and DynamoDB

Prerequisites

  • Node.js V10+
  • npm

Installation

# Install serverless globally
npm -g i serverless

# Install dependencies
npm install

Run locally lambda functions:

npm run mock:create

npm run mock:createWithParent

npm run mock:delete

npm run mock:list

npm run mock:listByParentId

npm run mock:read

npm run mock:readByName

npm run mock:update

Run with Postman online:

Load in Postman the JSON file called test.postman_collection.json. It contains a collection of all CRUD operations.