pulumi/sdk
Luke Hoban 20e5f7734a Handle older parent resources
When an older pulumi/pulumi is used for a parent than that used for a chid resoruce, it was possible for the `__aliases` property to be undefined.

These changes handle that case, and make the recently added private properties of Resource optional to better represent the fact that instances of Resource may not have these values set.
2019-06-10 06:24:38 -07:00
..
go pulumi update => pulumi up (#2702) 2019-05-06 14:00:18 -07:00
nodejs Handle older parent resources 2019-06-10 06:24:38 -07:00
proto Use server information from NodeJS host for fetching plugins 2019-06-03 09:31:18 -07:00
python Add __pulumiType to CustomResource class 2019-06-03 14:56:49 -07:00
README.md Update stale README 2018-06-30 09:55:12 -07:00

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/.