Skip to content

Serverless REST operation using AWS Lambda, AWS Gateway, Document DB and JavaScript

Notifications You must be signed in to change notification settings

AmirMustafa/serverless-crud-lambda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

serverless-crud-lambda

Serverless REST operation using AWS Lambda, AWS Gateway, Document DB and JavaScript

AWS Services

Lambda, API Gateway, DynamoDB

Description

  • A Lambda function is created that uses Node.js 14 environment.
  • Data is pushed into Dynamo DB utilizing CRUD operations.
  • API Gateway service - For Client(Postman) to interact with Lambda Function. Created multiple resources i.e. getProduct, postProduct, updateProduct, deleteProduct and check Lambda API health.
  • Postman to exceute each APIs

Screenshot

About

Serverless REST operation using AWS Lambda, AWS Gateway, Document DB and JavaScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published