pulumi/sdk
Pat Gavlin 713b901b0c
[sdk/python] Translate property dep keys. (#7443)
The map of property dependencies the Python SDK receives from the
engine uses `camelCase` property keys, but the SDK performs lookups
using `snake_case` property keys. Fix this by translating the map's keys
from `camelCase` to `snake_case` prior to performing any lookups.
2021-07-07 20:01:41 +10:00
..
dotnet Add `replaceOnChanges` resource option (#7226) 2021-07-01 13:32:08 -06:00
go [sdk/go] Support for implementing methods in provider (#7379) 2021-07-01 15:46:16 -07:00
nodejs Add `replaceOnChanges` resource option (#7226) 2021-07-01 13:32:08 -06:00
proto Add `replaceOnChanges` resource option (#7226) 2021-07-01 13:32:08 -06:00
python [sdk/python] Translate property dep keys. (#7443) 2021-07-07 20:01:41 +10:00
README.md Updating .NET references 2020-04-27 12:42:11 -07:00
go.mod [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
go.sum Add a convert-trace command. (#7319) 2021-06-17 14:46:05 -07:00

README.md

Pulumi Language SDKs

This directory contains the Pulumi SDKs for all supported languages.

Please see the respective READMEs for information about installing and using these libraries:

The language providers work by implementing gRPC interfaces defined in proto/.