| Crates.io | sst_sdk |
| lib.rs | sst_sdk |
| version | 0.1.0 |
| created_at | 2025-03-16 00:06:02.146268+00 |
| updated_at | 2025-03-16 00:06:02.146268+00 |
| description | Rust SDK for SST |
| homepage | |
| repository | https://github.com/sst/sst |
| max_upload_size | |
| id | 1594011 |
| size | 14,516 |
Build full-stack apps on your own infrastructure.
SST v3 uses a new engine for deploying SST apps. It uses Pulumi and Terraform, as opposed to CDK and CloudFormation. Read the full announcement here.
If you are using SST as a part of your Node project, we recommend installing it locally.
npm install sst
If you are not using Node, you can install the CLI globally.
curl -fsSL https://sst.dev/install | bash
To install a specific version.
curl -fsSL https://sst.dev/install | VERSION=0.0.403 bash
To use a package manager, check out our docs.
Download the pre-compiled binaries from the releases page and copy to the desired location.
Get started with your favorite framework:
Learn more about some of the key concepts:
Here's how you can contribute:
bun installgo mod tidycd platform && bun run buildNow you can run the CLI locally on any of the examples/ apps.
cd examples/aws-api
go run ../../cmd/sst <command>
If you want to build the CLI, you can run go build ./cmd/sst from the root. This will create a
sst binary that you can use.