Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sst/ion
❍ — a new engine for SST
https://github.com/sst/ion
ion sst
Last synced: 3 months ago
JSON representation
❍ — a new engine for SST
- Host: GitHub
- URL: https://github.com/sst/ion
- Owner: sst
- License: mit
- Created: 2023-11-14T21:46:14.000Z (12 months ago)
- Default Branch: dev
- Last Pushed: 2024-05-01T05:49:47.000Z (6 months ago)
- Last Synced: 2024-05-01T11:26:11.315Z (6 months ago)
- Topics: ion, sst
- Language: MDX
- Homepage: https://ion.sst.dev
- Size: 15.5 MB
- Stars: 767
- Watchers: 12
- Forks: 60
- Open Issues: 138
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ❍
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](https://sst.dev/blog/moving-away-from-cdk.html).
- **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._
## Installation
```bash
curl -fsSL https://ion.sst.dev/install | bash
```To install a specific version.
```bash
curl -fsSL https://ion.sst.dev/install | VERSION=0.0.403 bash
```To use a package manager, [check out our docs](https://ion.sst.dev/docs/reference/cli/).
#### Manually
Download the pre-compiled binaries from the [releases](https://github.com/sst/ion/releases/latest) page and copy to the desired location.
## Get Started
Get started with your favorite framework:
- [Next.js](https://ion.sst.dev/docs/start/aws/nextjs)
- [Remix](https://ion.sst.dev/docs/start/aws/remix)
- [Astro](https://ion.sst.dev/docs/start/aws/astro)
- [API](https://ion.sst.dev/docs/start/aws/api)## Learn More
Learn more about some of the key concepts:
- [Live](https://ion.sst.dev/docs/live)
- [Linking](https://ion.sst.dev/docs/linking)
- [Console](https://ion.sst.dev/docs/console)
- [Components](https://ion.sst.dev/docs/components)## Contributing
Here's how you can contribute:
- Help us improve our docs
- Find a bug? Open an issue
- Feature request? Submit a PRJoin the [#ion channel](https://sst.dev/discord) to learn more.
---
**Join our community** [Discord](https://sst.dev/discord) | [YouTube](https://www.youtube.com/c/sst-dev) | [Twitter](https://twitter.com/SST_dev)