pulumi/sdk
Pat Gavlin 44376738f6
Add resource modules. (#5645)
This is necessary due to the way we've factored the libraries imported
by users into modules. The primary alternative is to ensure that each
child module imports the root module for a package and registers itself
with that package where necessary to prevent circular dependencies. This
simplifies the core SDKs slightly at the cost of greater complications
in the generated SDKs; the approach taken by these changes seems like a
more maintainable option.

Contributes to #2430.

Co-authored-by: Justin Van Patten <jvp@justinvp.com>
2020-11-04 10:24:41 -08:00
..
dotnet Add resource modules. (#5645) 2020-11-04 10:24:41 -08:00
go Add resource modules. (#5645) 2020-11-04 10:24:41 -08:00
nodejs Add resource modules. (#5645) 2020-11-04 10:24:41 -08:00
proto Add support for serialized resource references. (#5041) 2020-10-27 10:12:12 -07:00
python Add resource modules. (#5645) 2020-11-04 10:24:41 -08:00
go.mod switch uuid packages (#5608) 2020-11-04 03:13:04 +00:00
go.sum switch uuid packages (#5608) 2020-11-04 03:13:04 +00: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/.