This project contains all serverless projects for deploy to aws
serverless create --template aws-nodejs-typescript --path product-serviceserverless invoke local --function hello //With data --data '{"body": {"name":"John"}}' //With custom request --path ./src/functions/getProductsById/mock.jsonYou should enter into each service folder and execute next operations:
npm run deploynpm run test npm run build:doc