pulumi/sdk
Fraser Waters a6a1c5afd2 Use `assert.NoError` rather than `assert.Nil`
Likewise `require.NoError` instead of `require.Nil`, and `assert.Error` rather
than `assert.NotNil`.

The error variants of these functions print the errors nicer for test failures
using `Error()` rather than `GoString()`.
2023-10-11 20:23:31 +01:00
..
go Use `assert.NoError` rather than `assert.Nil` 2023-10-11 20:23:31 +01:00
nodejs Changelog and go.mod updates for v3.88.0 (#14143) 2023-10-10 04:39:00 +00:00
proto/go Policy remediations feature (#14080) 2023-10-09 18:31:17 +00:00
python Changelog and go.mod updates for v3.88.0 (#14143) 2023-10-10 04:39:00 +00:00
README.md Cleanup sdk/README.md 2023-01-03 17:12:12 -05:00
go.mod [cli] Add support for environments (#14140) 2023-10-10 01:35:39 +00:00
go.sum [cli] Add support for environments (#14140) 2023-10-10 01:35:39 +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.