pulumi/sdk
Robbie McKinstry 6b22414da8
Test ESM module with package.json located in parent folder
This commit adds a test to assert Pulumi programs written as ESM
modules can be executed when their package.json file is located
in the parent directory.
2023-04-27 13:05:31 -04:00
..
go Merge #12451 2023-04-24 15:17:41 +00:00
nodejs Test ESM module with package.json located in parent folder 2023-04-27 13:05:31 -04:00
proto/go proto/ConstructRequest: Add resource options fields 2023-04-21 10:57:19 -07:00
python proto/ConstructRequest: Add resource options fields 2023-04-21 10:57:19 -07:00
README.md Cleanup sdk/README.md 2023-01-03 17:12:12 -05:00
go.mod Bump go-git to v5.6.0 to remove cgo dependency fixing 2023-02-28 16:01:31 -08:00
go.sum Bump go-git to v5.6.0 to remove cgo dependency fixing 2023-02-28 16:01:31 -08: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.