pulumi/sdk
Zaid Ajaj c7ec41f0c5
[sdk/nodejs] Short-circuit output invokes if inputs contains unknowns (#17353)
### Description

#17237 introduced output invokes that don't rely on plain invokes,
however since they now no longer await inputs in the generated provider
sdks and instead await them in the core sdk, we should short-circuit the
output invoke if it contained any unknown values so that the behaviour
matches what was happening before the change.
2024-09-25 20:03:13 +00:00
..
go allow component providers to return more detailed error messages (#17306) 2024-09-25 15:38:36 +00:00
nodejs [sdk/nodejs] Short-circuit output invokes if inputs contains unknowns (#17353) 2024-09-25 20:03:13 +00:00
proto/go allow component providers to return more detailed error messages (#17306) 2024-09-25 15:38:36 +00:00
python allow component providers to return more detailed error messages (#17306) 2024-09-25 15:38:36 +00:00
.version Freeze v3.134.0 (#17299) 2024-09-23 23:05:48 +00:00
README.md Cleanup sdk/README.md 2023-01-03 17:12:12 -05:00
go.mod Update go.mod to 1.21 (#17140) 2024-09-03 12:37:49 +00:00
go.sum Update go.mod to 1.21 (#17140) 2024-09-03 12:37:49 +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.