pulumi/sdk/README.md

12 lines
351 B
Markdown
Raw Permalink Normal View History

2018-06-30 16:55:12 +00:00
# Pulumi Language SDKs
2022-10-19 20:04:23 +00:00
This directory contains Pulumi SDKs for the following languages:
2017-09-11 20:05:01 +00:00
2018-06-30 16:55:12 +00:00
* [Node.js](./nodejs)
* [Python](./python)
* [Go](./go)
See the respective `README`s for information about installing and using these libraries.
2022-10-19 20:04:23 +00:00
The language providers work by implementing gRPC interfaces defined in the top level directory [proto](../proto).