Join 74,000 other readers from the biggest companies in the world
Serverless Stack Guide
The most widely read resource for building full-stack apps using serverless and React on AWS.
2. Introduction
3. Set up your AWS account
4. Setting up an SST app
5. Create your AWS resources
6. Building a serverless API
7. Users and authentication
8. Working with secrets
9. Serverless unit tests
10. CORS in serverless
11. Setting up a React app
12. Routes in React
13. Adding auth to a React app
14. Building a React app
15. Securing React pages
16. Using Custom Domains
17. Automating serverless deployments
18. Monitoring and debugging
19. Conclusion
Archives
Older sections of the guide available for reference.
Best Practices
Introduction
Organize a serverless app
Manage environments
- Environments in serverless apps
- Structure environments across AWS accounts
- Manage AWS accounts using AWS Organizations
- Parameterize serverless resources names
- Deploying to multiple AWS accounts
- Manage environment related config
- Storing secrets in serverless apps
- Share Route 53 domains across AWS accounts
- Monitor usage for environments