flâneur — a map of the web's best reading

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

Explore this link on the map →

related reading