pulumi/sdk/README.md

13 lines
357 B
Markdown
Raw Permalink Normal View History

2018-06-30 18:55:12 +02:00
# Pulumi Language SDKs
2018-06-30 18:55:12 +02:00
This directory contains the Pulumi SDKs for all supported languages.
2017-09-11 22:05:01 +02:00
Please see the respective `README`s for information about installing and using these libraries:
2018-06-30 18:55:12 +02:00
* [Node.js](./nodejs)
* [Python](./python)
* [Go](./go)
2020-04-27 21:42:11 +02:00
* [.NET](./dotnet)
2020-04-27 21:42:11 +02:00
The language providers work by implementing gRPC interfaces defined in [proto/](./proto).