pulumi/sdk
Julien Poissonnier 68e58014fc
Split public and internal representation of InvokeOptions
In preparation for allowing the DependsOn and DependsOnInputs options to work for (Output form) invokes, we split the public and internal representations of InvokeOptions.

This matches resourceOptions and ResourceOptions, where the public type is a snapshot of the private type. The private parameterizatio field is moved to the private invokeOptions type.
2024-11-20 12:52:56 +01:00
..
go Split public and internal representation of InvokeOptions 2024-11-20 12:52:56 +01:00
nodejs update go and nodejs snaps for required arg 2024-11-20 10:32:22 +01:00
proto/go Document more provider methods (#17683) 2024-11-06 16:54:04 +00:00
python kwarg opts 2024-11-20 10:34:55 +01:00
.version Freeze v3.139.0 (#17772) 2024-11-15 04:17:01 +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.