Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 491 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 491 Bytes

serverless-crud-api-lambda

This is a backend (typescript) program for a simple e-commerce website using dynamoDB with signup and login function. Upload the zip file "index" found under /dist/src in your AWS lambda function with proper roles.

Note:

Make sure you have appropriate libraries when you try run index.js (available in the repo-main directory) file in your local machine. unitTest.ts file is given so that you can give inputs to program with custom test cases (if needed).