Hi Team, I have been going through the serverless stack guide. and I had been using AWS CDK for a while now. what I have not used before is
Serverless Framework. Now I see that CDK, as well as SST, is equipped enough to build even the lambda API infrastructure. I was going through the
Best Practices section and here is my question:
• Should I explore Serverless Framework for (only) lambda API infrastructure or
• Should I initialize SST app(s), as separate services for my (Lambda API microservice infrastructure )
◦ Meaning I use SST/CDK for importing cross-references. (like dynamodb cognito)
◦ Will the "2 repo" design still hold good? (I liked it.)
• Is there a way to create nested stacks in SST?