Zephyr Features
Operations
Each action in your application (e.g. serverless function, service endpoint) is recognized as a distinct operation. All operations are equal, so they can be composed, included in chains, or mapped to APIs.
Services
Deploy containerized services.
Events
Build complex asynchronous architectures by combining operations and custom events into chains.
Chains
A compact and elegant syntax for event-driven applications and data pipelines, chains can completely replace queues, message buses, or event streams.
Operation Composition
Combine smaller operations into larger operations, with no need for glue code.
Resources
Define and deploy databases, storage, and other cloud resources.
Smart Connections
Describe pathways between code and resources, and Zephyr automatically configures networking and IAM access.
Relationships
Manage concurrency at the operation level with operation relationships - even when using multiple or distributed databases.
Integrations
Zephyr integrates readily with Terraform/Pulumi/CDK, so you can follow incremental adoption and re-use existing resources.
Security
Networking and permissions are hard. Zephyr makes them easy with automatic least-privilege access.
Performance
Built in Rust, Zephyr provides high-level features with minimal overhead.