SST Guide
Join readers from the biggest companies in the world
The most widely read resource for building full-stack serverless apps on AWS.
4. Setting up an SST app
11. Setting up a React app
12. Routes in React
13. Adding auth to a React app
14. Building a React app
17. Automating deployments
Join 90,000 other readers and subscribe to our monthly newsletter. We’ll send you the entire SST Guide as a 300 page ebook for free!
Archives
Older sections of the guide available for reference.
Best Practices
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
Development lifecycle
Serverless Framework
Setting up a serverless app
Users and authentication
Secrets and 3rd party APIs
Infrastructure as Code
Extra Credit
Serverless
- What is IAM
- What is an ARN
- What is AWS CDK?
- What is AWS AppSync
- Cognito user pool vs identity pool
- API Gateway and Lambda Logs
- Debugging serverless API Issues
- Serverless environment variables
- Stages in Serverless Framework
- Backups in DynamoDB
- Configure multiple AWS profiles
- Customize the serverless IAM Policy
- Mapping Cognito Identity Id and User Pool Id
- Connect to API Gateway with IAM auth
- Serverless Node.js Starter
- Set custom domains through Seed
- Using AWS CDK with Serverless Framework
- Package Lambdas with serverless-bundle
- Dynamically generate social share images with serverless
- Using Lerna and Yarn Workspaces with serverless