pulumi/sdk
Fraser Waters 4516fbce89
Add a test of sending primitive values for a resource (#16718)
We already had the "simple" provider test that just checked we could
make a resource with a single simple bool field. This adds a new
"primitive' provider and checks we can send strings, numbers, integers,
arrays and maps from the program.
2024-07-22 21:13:11 +00:00
..
go Add a test of sending primitive values for a resource (#16718) 2024-07-22 21:13:11 +00:00
nodejs Add a test of sending primitive values for a resource (#16718) 2024-07-22 21:13:11 +00:00
proto/go Rename 'package' to 'packageRef' (#16717) 2024-07-20 10:08:44 +00:00
python Add a test of sending primitive values for a resource (#16718) 2024-07-22 21:13:11 +00:00
.version Prepare for 3.126.0 release (#16740) 2024-07-22 13:14:01 +00:00
README.md Cleanup sdk/README.md 2023-01-03 17:12:12 -05:00
go.mod Query language runtime for options during “pulumi new” (#16346) 2024-06-17 17:10:55 +00:00
go.sum Query language runtime for options during “pulumi new” (#16346) 2024-06-17 17:10:55 +00:00
version.go Move .version to /sdk and embed it (#15185) 2024-01-19 14:11:17 +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.