pulumi/sdk
Kyle Dixler 04a1ad401b
[sdk] deduplicate python error logs (#10348)
This PR combines the Program failed with an unhandled exception: and traceback error messages and puts them into a single log message as well as omits the existing an unhandled error occurred message.
2022-08-11 10:38:34 -07:00
..
dotnet [dotnet] Set environment exit code during RunAsync (#10217) 2022-08-11 13:45:38 +02:00
go Don't retry plugin write errors (#10341) 2022-08-10 16:59:27 +01:00
nodejs [sdk/nodejs] removed ts compilation stack trace (#10259) 2022-07-27 14:14:36 -07:00
proto/go Add proto interfaces to move about logic to plugins (#10228) 2022-07-25 12:35:16 +01:00
python [sdk] deduplicate python error logs (#10348) 2022-08-11 10:38:34 -07:00
README.md Compile protobufs with "pulumi" namespace (#10074) 2022-07-12 14:45:03 +01:00
go.mod Update go-git to v5 (#10330) 2022-08-09 12:46:28 +01:00
go.sum Update go-git to v5 (#10330) 2022-08-09 12:46:28 +01: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 the top level directory proto.