pulumi/sdk
Levi Blackstone 05e382fdee
[sdk/go] Add config.SyncMap to support config concurrency
Add a new config.SyncMap type that wraps the Map
type, which is used for Pulumi config values. SyncMap
overloads all Map methods but adds locking around the
method calls. This is not quite as performant as modifying
the Map type, but avoids the need for a breaking change.
2021-03-22 09:51:52 -06:00
..
dotnet [automation/dotnet] - Fix child process stream capture (#6586) 2021-03-19 19:16:32 -07:00
go [sdk/go] Add config.SyncMap to support config concurrency 2021-03-22 09:51:52 -06:00
nodejs Fix docstring on node log.error and other SDK equivalents (#6573) 2021-03-18 13:57:10 -04:00
proto Add support for serialized resource references. (#5041) 2020-10-27 10:12:12 -07:00
python Fix docstring on node log.error and other SDK equivalents (#6573) 2021-03-18 13:57:10 -04:00
README.md Updating .NET references 2020-04-27 12:42:11 -07:00
go.mod Fixing up go.mod and go.sum to ensure they don't continually change (#6502) 2021-03-11 20:41:45 +00:00
go.sum [automation/go] - Expose structured logging (#6436) 2021-03-10 20:49:48 -08: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/.