What is SST?
SST (Serverless Stack) is an open-source framework for building full-stack serverless applications on AWS. It provides higher-level constructs for Lambda, API Gateway, DynamoDB, and other AWS services with a great local development experience.
Is SST free?
Yes, SST is completely free and open-source. You only pay for the AWS resources you use. There are no licensing fees or premium tiers for the framework itself.
What is SST used for?
SST is used to build and deploy serverless applications on AWS. Common use cases include APIs, web apps, cron jobs, and event-driven architectures. It simplifies working with Lambda, API Gateway, S3, DynamoDB, and more.
How does SST compare to Serverless Framework?
SST offers a better local development experience with live Lambda debugging, faster deployments, and TypeScript-first design. Unlike Serverless Framework, SST is built on AWS CDK and provides higher-level constructs.
What languages does SST support?
SST primarily supports TypeScript and JavaScript, with first-class support for Node.js Lambda functions. It can also be used with Python, Go, and other Lambda runtimes through custom constructs.