This is the third release of Pulumi Gestalt, a universal runtime for Pulumi.
Schema
Pulumi schemas have traditionally been stored in YAML files, but the complexity of their content often leads to a lot of boilerplate when mapping into domain objects. In Pulumi Gestalt 0.0.3, both the Rust and C FFI targets (Wasm coming later) now support obtaining schemas as native Rust structs or serialized Protobuf messages for C.
The Protobuf schema is designed to be straightforward—no additional mapping logic required. Check documentation for more info:
- https://pulumi-gestalt.readthedocs.io/v0.0.3/integrations/overview/#get-schema
- https://pulumi-gestalt.readthedocs.io/v0.0.3/integrations/schema/
Give Pulumi Gestalt 0.0.3 a try and let me know what you think!
Dear Dev.to community! If you’ve ever published on Dev.to, you may be eligible for your special Dev.to drop. Head over HERE. limited supply — act fast. – Admin