pulumi/sdk
Pat Gavlin eeff5257c3
Do not read TGZs into memory. (#5983)
* Do not read TGZs into memory.

This runs a serious risk of exhausting the memory on lower-end machines
(e.g. certain CI VMs), especially given the potential size of some
plugins.

* CHANGELOG

* fixes
2020-12-20 12:54:11 -08:00
..
dotnet Extensions to support input collection initializers with union types (#5938) 2020-12-14 20:33:53 +01:00
go Do not read TGZs into memory. (#5983) 2020-12-20 12:54:11 -08:00
nodejs Use `beforeEach` in NodeJS tests. (#5975) 2020-12-18 16:27:27 -08:00
proto Add support for serialized resource references. (#5041) 2020-10-27 10:12:12 -07:00
python Add Python resource ref unit tests. (#5982) 2020-12-18 23:02:48 -08:00
README.md Updating .NET references 2020-04-27 12:42:11 -07:00
go.mod Add a python shim script to work around https://github.com/golang/go/issues/42919 2020-12-07 14:17:45 -08:00
go.sum Add a python shim script to work around https://github.com/golang/go/issues/42919 2020-12-07 14:17:45 -08: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/.