What is SST?
sst.dev · 266 words · saved by 1 readers
The SST makes it easy to build serverless applications. It's based on AWS CDK and allows developers to test their applications live.
We are going to be using AWS Lambda , Amazon API Gateway , and a host of other AWS services to create our application. AWS Lambda is a compute service that lets you run code without provisioning or managing servers. You pay only for the compute time you consume - there is no charge when your code is not running. But working directly with AWS Lambda, API Gateway, and the other AWS services can be a bit cumbersome. Since these services run on AWS, it can be tricky to test and debug them locally. And a big part of building serverless applications, is being able to define our infrastructure as cod
related reading
- What Is Infrastructure as Codesst.dev
- What is SST | SSTdocs.sst.dev
- Create an SST appsst.dev
- What is AWS CDK?sst.dev
- What is the AWS CDK?docs.aws.amazon.com
- Together AI | The AI Native Cloudtogether.ai
- What is Serverless Architecture? | Datadogdatadoghq.com
- GitHub - localstack/localstack: 💻 A fully functional local AWS cloud stack. Develop and test your cloud & Serverless apps offline · GitHubgithub.com
- What is AWS Lambda?sst.dev
- Stripe Dot Devstripe.dev
- Bolt AI builder: Websites, apps & prototypesbolt.new
- What is AWS Lambda? - AWS Lambdadocs.aws.amazon.com