Today we are adding a new section to the guide that walks you through the best practices of building large Serverless applications. It tries to address some of the most common questions that teams have:
- How should my project be structured when I have dozens of interdependent services? - How should I manage my environments? - What are the best practice for storing secrets? - How do I make sure my production environments are completely secure? - What does the workflow look like for the developers on my team? - How do I debug large Serverless applications?
The guide is very comprehensive and we go through it step-by-step:
https://serverless-stack.com/chapters/best-practices-for-building-serverless-apps.html
I hope you find it helpful and let me know if there is something else we should cover.