Skip to content

santiagomera/ion

 
 

Repository files navigation

SST v3

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.

  • 10x faster deploys
  • Native multi-region support
  • No more cyclical dependencies
  • No stacks or stack resource limits
  • No CDK or npm package conflicts
  • Native support for non-AWS providers

Installation

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.

Manually

Download the pre-compiled binaries from the releases page and copy to the desired location.

Get Started

Get started with your favorite framework:

Learn More

Learn more about some of the key concepts:

Contributing

Here's how you can contribute:

  • Help us improve our docs
  • Find a bug? Open an issue
  • Feature request? Submit a PR

Join our community Discord | YouTube | Twitter

Packages

No packages published

Languages

  • TypeScript 52.2%
  • Go 23.8%
  • MDX 19.3%
  • Astro 1.5%
  • CSS 1.5%
  • JavaScript 1.4%
  • Other 0.3%