Skip to content

appshore/aws-lambda-crud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

CRUD operations with AWS Lambda and DynamoDB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published