pulumi/sdk
Sean Gillespie b0a6766d96 Fail closure serialization in Node 11 (#2098)
* Fail closure serialization in Node 11

Node 11 changed many of the intrinsics that we depend upon for closure
serialization, so until we fix the underlying issues this commit lazily
fails if a closure is serialized when running on Node 11.

* CR feedback

(cherry picked from commit ae1a2e8b7e)
2018-10-29 12:28:12 -07:00
..
go Add a Dockerfile for the Pulumi CLI 2018-09-29 11:48:21 -07:00
nodejs Fail closure serialization in Node 11 (#2098) 2018-10-29 12:28:12 -07:00
proto Move management of root resource state to engine (#1944) 2018-09-18 11:47:34 -07:00
python Implement log functions for the Python SDK (#2048) 2018-10-12 09:50:26 -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/.