pulumi/sdk
Sean Gillespie 0e868f15fc
Add two new Python tests and fix bugs (#2147)
future_input tests that it's possible to use coroutines as inputs to
Pulumi resources. resource_thens tests that it's possible to use outputs
to chain resource inputs and outputs together and that the SDK reports
correct dependencies to the engine.

This PR also fixes two bugs exposed by the new tests: first, coroutines
needed to be scheduled before awaiting (otherwise we'd deadlock) and
Nones in maps needed to be ignored when serializing and deserializing.
2018-11-02 16:50:10 -07:00
..
go Fix a few issues in the Go language provider (#2113) 2018-11-01 21:27:35 -07:00
nodejs Get closure serialiation working in Node11 (#2101) 2018-11-01 15:46:21 -07:00
proto Move management of root resource state to engine (#1944) 2018-09-18 11:47:34 -07:00
python Add two new Python tests and fix bugs (#2147) 2018-11-02 16:50:10 -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/.