pulumi/sdk
Luke Hoban edf8bf5c30
Support map-typed inputs in Go SDK RegisterResource (#4521)
Adds support for RegisterResource to accept map-typed implementations if Input as well as the existing struct-typed implementations. Currently these must be fully untyped - but both map[string]pulumi.Input and map[string]interface{} are allowed. In the future, it's plausible that a mode where the data itself is a map, but the ElementType implementation returns a struct could be supported, with the struct used to provide type information over the untyped map.
2020-04-30 11:56:47 -07:00
..
dotnet Don't call IMocks.NewResourceAsync for the root stack resource (#4527) 2020-04-30 10:38:48 -07:00
go Support map-typed inputs in Go SDK RegisterResource (#4521) 2020-04-30 11:56:47 -07:00
nodejs remove unneeded types 2020-04-23 17:58:17 -07:00
proto Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
python Allow pulumi.export calls from unit tests (#4518) 2020-04-29 10:03:20 -07:00
go.mod Enable fish completions for pulumi cli (#4401) 2020-04-30 15:45:57 +01:00
go.sum Enable fish completions for pulumi cli (#4401) 2020-04-30 15:45:57 +01:00
README.md Updating .NET references 2020-04-27 12:42:11 -07:00

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/.