mirror of https://github.com/pulumi/pulumi.git
00442b73b4
This change serializes unknown properties anywhere in the entire property structure, including deeply embedded inside object maps, etc. This is now done in such a way that we can recover both the computed nature of the serialized property, along with its expected eventual type, on the other side of the RPC boundary. This will let us have perfect fidelity with the new bridge's view on computed properties, rather than special casing them on "one side". |
||
---|---|---|
.. | ||
go/pkg/lumirpc | ||
js/src/lumirpc | ||
proto | ||
README.md |
README.md
sdk
The SDK directory contains language packages for the various supported languages.
These packages are real language packages and not LumiPacks. Therefore, they can contain I/O, asynchronous code, and anything else necessary for building runtime code, resource providers, and other helpful tooling and abstractions.