description Serverless Stack (SST) Overview
Serverless Stack, commonly called SST, is an open-source framework for building full-stack applications with infrastructure hosted primarily on AWS. It lets developers define cloud resources in TypeScript and connect them to application code, including functions, APIs, storage, and front-end sites. SST is intended for teams that want infrastructure as code, local development workflows, and deployment tooling within a single application framework.
help Serverless Stack (SST) FAQ
What cloud provider is Serverless Stack (SST) primarily hosted on?
Serverless Stack (SST) is an open-source framework whose infrastructure is hosted primarily on Amazon Web Services (AWS). It allows developers to build and deploy applications natively within the AWS ecosystem. This ensures high scalability and tight integration with AWS tools.
What programming language is used to define cloud resources in Serverless Stack?
In SST, developers define their cloud resources directly in TypeScript. This allows application code and infrastructure to exist in the same language, eliminating the need for separate configuration files like YAML. It provides a type-safe way to manage AWS resources.
What type of framework is Serverless Stack (SST)?
Serverless Stack (SST) is an open-source framework specifically designed for building full-stack serverless applications. It acts as an abstraction layer over AWS Cloud Development Kit (CDK). It aims to make serverless development faster and easier to test locally.
What kind of applications can you build with Serverless Stack?
With SST, developers can build full-stack applications that include APIs, storage, and serverless functions. The framework connects these cloud resources directly to the application code. It is particularly popular for creating React, Next.js, or Astro applications backed by AWS Lambda.
explore Explore More
Similar to Serverless Stack (SST)
ui.x_see_all arrow_forwardReviews & Comments
Write a Review
Be the first to review
Share your thoughts with the community and help others make better decisions.