Ion is 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
Note: Ion is generally available and recommended for new SST users. We are working on a migration path for SST v2 users.
curl -fsSL https://ion.sst.dev/install | bash
To install a specific version.
curl -fsSL https://ion.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:
- Help us improve our docs
- Find a bug? Open an issue
- Feature request? Submit a PR
Join the #ion channel to learn more.