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.
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).