pulumi/sdk
Thomas Gummerer f20b7acc7d implement programmatic default providers based on context in the engine and Go
This PR takes an alternative approach for implementing programmatic
default providers, that was suggested in the internal design doc.

Instead of making the default provider global, we create an API with a
callback that creates a new subcontext.  In that subcontext and only
in that subcontext is the provider set as the default provider.  We
achieve this by setting up a new monitor with a different port, so the
engine can distinguish between the contexts.
2024-05-24 11:19:54 +02:00
..
go implement programmatic default providers based on context in the engine and Go 2024-05-24 11:19:54 +02:00
nodejs implement programmatic default providers based on context in the engine and Go 2024-05-24 11:19:54 +02:00
proto/go implement programmatic default providers based on context in the engine and Go 2024-05-24 11:19:54 +02:00
python implement programmatic default providers based on context in the engine and Go 2024-05-24 11:19:54 +02:00
.version Freeze v3.116.1 (#16196) 2024-05-15 07:20:27 +00:00
README.md Cleanup sdk/README.md 2023-01-03 17:12:12 -05:00
go.mod Bump the go_modules group across 2 directories with 1 update (#16236) 2024-05-21 05:23:56 +00:00
go.sum Bump the go_modules group across 2 directories with 1 update (#16236) 2024-05-21 05:23:56 +00:00
version.go Move .version to /sdk and embed it (#15185) 2024-01-19 14:11:17 +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.