Chris Visser
12/26/2021, 8:35 PM/app/
/app/package.json
/app/lambda.js
/bff/
/bff/package.json
/bff/lambda.js
/stacks/
/stacks/AppStack.js
/stacks/BFFStack.js
/stacks/index.js // Would deploy both stacks
package.json // Contains SST
sst.json
So essentially the 2 services are "unaware" of SST, they just know about the lambda function.
Besides the "how to set this up". Would there be reasons not to do it like this? Why have SST in each service? Its quite a common practice to have the deploy mechanisms outside of each service. What am I missing here?Jay