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