pulumi/sdk
Fraser Waters 61aca31e4b Send resource name and type as well as URN to providers
We want to make URN's opaque tokens that don't need clients to parse them. One
thing providers currently parse the URN for is the resource name and type.
Pretty simple to extend the rpc interface to send these tokens as individual
fields plus the URN.

We can start getting providers to use these tokens and fallback to parsing,
eventuall providers can decide to take a requirement on an up-to-date engine
that sends these fields.
2023-09-25 22:00:47 +01:00
..
go Send resource name and type as well as URN to providers 2023-09-25 22:00:47 +01:00
nodejs Send resource name and type as well as URN to providers 2023-09-25 22:00:47 +01:00
proto/go Send resource name and type as well as URN to providers 2023-09-25 22:00:47 +01:00
python Send resource name and type as well as URN to providers 2023-09-25 22:00:47 +01:00
README.md Cleanup sdk/README.md 2023-01-03 17:12:12 -05:00
go.mod [sdk/go] Update pinned version of golang.org/x/text (#13965) 2023-09-19 23:02:51 +00:00
go.sum [sdk/go] Update pinned version of golang.org/x/text (#13965) 2023-09-19 23:02:51 +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.