2018-06-30 16:55:12 +00:00
|
|
|
# Pulumi Language SDKs
|
2017-02-10 17:28:46 +00:00
|
|
|
|
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)
|
2017-02-10 17:28:46 +00:00
|
|
|
|
2022-11-21 19:24:56 +00:00
|
|
|
See the respective `README`s for information about installing and using these libraries.
|
2022-10-19 20:04:23 +00:00
|
|
|
|
2022-07-12 13:45:03 +00:00
|
|
|
The language providers work by implementing gRPC interfaces defined in the top level directory [proto](../proto).
|