Luke Wyman
07/05/2021, 5:45 PMnpx create-serverless-stack@latest <microservice name>
in the parent folder for each microservice in the monorepo?
Or, one could also do the npx create-serverless-stack
once, and then put the microservices in each of their own directories under src
. And then, in lib
create one stack per microservice, each with the API, Lambda, DynamoDB table(s) and whatever other serverless pieces and deploy a stack per microservice.Frank
Frank
Luke Wyman
07/05/2021, 6:18 PMFrank
Luke Wyman
07/05/2021, 6:20 PM[app name]-[microservice name]-get-notes.handler
, and name your tables like that and such.Frank