nodejs-aws-be

Frontend: https://github.com/sergeybolzan/nodejs-aws-fe

Cart api: https://github.com/sergeybolzan/rs-cart-api

Product service swagger link:

https://app.swaggerhub.com/apis/sergeybolzan/product-service/1.0.0

##Serverless Template names:

  • aws-nodejs
  • aws-nodejs-typescript

Generate serverless template:

sls create --template "templateName" --path "folderName"

Deploy:

sls deploy

Test local function:

sls invoke local --function "functionName"

Test local function with the event:

sls invoke local --function getProductsById --path test-event.json