pulumi/sdk
Pat Gavlin 06034fab40
Only await input properties once. (#3024)
These changes fix a bug in the Python runtime that would cause any
awaitable input properties passed to a resource that are missing
from the resource's output properties to be awaited twice. The fix is
straightforward: rather than roundtripping an input property through
serialize/deserialize, just deserialized the already-serialized input
property.

Fixes #2940.
2019-08-03 10:29:19 -07:00
..
go Remove references to pulumi/glog. (#3009) 2019-07-31 13:23:33 -05:00
nodejs Add requireOutput to StackReference (#3007) 2019-08-01 11:27:32 -07:00
proto Pass ignoreChanges to providers. (#3005) 2019-07-31 11:39:07 -05:00
python Only await input properties once. (#3024) 2019-08-03 10:29:19 -07:00
README.md Update stale README 2018-06-30 09:55:12 -07:00

README.md

Pulumi Language SDKs

This directory contains the Pulumi SDKs for all supported languages.

Please see the respective READMEs for information about installing and using these libraries:

The language providers work by implementing gRPC interfaces defined in proto/.