pulumi/sdk
Thomas Gummerer 6315637ece
always run multiple stacks concurrently test locally (#17502)
This test was always meant to be run locally. When I introduced the
withTestBackend function I missed that, and made it run with the cloud
backend accidentally, which results in stackname conflicts. Revert that
part and make it always run locally again.
2024-10-07 21:15:17 +00:00
..
go Allow cancelling operations with SIGTERM (#17467) 2024-10-07 13:49:04 +00:00
nodejs always run multiple stacks concurrently test locally (#17502) 2024-10-07 21:15:17 +00:00
proto/go change name of InvalidInputPropertiesError to InputPropertiesError (#17412) 2024-09-30 08:19:40 +00:00
python Prepare for v3.136.0 (#17490) 2024-10-07 12:56:46 +00:00
.version Prepare for v3.136.0 (#17490) 2024-10-07 12:56:46 +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.