Infrastructure and code in one language
A unified programming model that combines both infrastructure and application code into a single programming language.
- Compiles to IaC (TF, CDK, etc.) & Javascript
- Infrastructure resources are first-class citizens
- Automatic IAM policies and other cloud mechanics
Local simulation
Stay in your creative flow with minimal context switching and immediate feedback
- Run your cloud application in your local environment
- Visualize, interact, and debug locally
- Write unit test for complete cloud architectures
Apply DevOps at the right level
Use any cloud service and compile to multiple cloud providers and provisioning engines, with full control over how your infrastructure is configured and deployed
- Cloud-agnostic SDK for maximum portability
- Customizable infrastructure through plugins
- Supports any provider in the Terraform ecosystem
Designed for humans
Easy to learn and interoperates with existing stacks and tools
- Syntax inspired by modern application development languages like TypeScript, JavaScript, Swift, and more
- Statically-typed and simple language with powerful IDE tooling
- Interoperates with npm modules, CDK constructs and Terraform providers
Top comments (0)