pulumi/sdk
Brandon Pollack fefe61ea0a
Write memory profile occasionally when profiling in case of crash/OOM. (#17461)
If you don't do this the memory profile will never be written because
you do not close cleanly.  It will pollute with GC, but memory and cpu
profiles should be taken separately anyways.
2024-10-09 07:33:07 +00:00
..
go Write memory profile occasionally when profiling in case of crash/OOM. (#17461) 2024-10-09 07:33:07 +00:00
nodejs Fix language conformance tests for TMPDIR with // (#17524) 2024-10-08 20:57:13 +00:00
proto/go change name of InvalidInputPropertiesError to InputPropertiesError (#17412) 2024-09-30 08:19:40 +00:00
python Changelog and go.mod updates for v3.136.1 (#17523) 2024-10-08 20:29:08 +00:00
.version Freeze v3.136.1 (#17509) 2024-10-08 14:55:29 +00:00
README.md Cleanup sdk/README.md 2023-01-03 17:12:12 -05:00
go.mod fix dll loading errors in windows CI (#17410) 2024-10-02 08:43:42 +00:00
go.sum fix dll loading errors in windows CI (#17410) 2024-10-02 08:43:42 +00:00
version.go Enable goheader rule and add missing license headers (#15473) 2024-09-09 12:05:45 +00:00

README.md

Pulumi Language SDKs

This directory contains Pulumi SDKs for the following languages:

See the respective READMEs for information about installing and using these libraries.

The language providers work by implementing gRPC interfaces defined in the top level directory proto.