mirror of https://github.com/pulumi/pulumi.git
![]() |
||
---|---|---|
.. | ||
mycomponent | ||
nodejs | ||
.gitignore | ||
Pipfile | ||
Pulumi.luke-dev.yaml | ||
Pulumi.yaml | ||
README.md | ||
__main__.py | ||
requirements.txt |
README.md
TODO:
- Support
ComponentResource
s as outputs - Support
CustomResource
s as outputs - Serialize
opts
through to remote process - First class
Resource
on RPC (instead of string matchingurn:pulumi
) - Replace
remote.construct
with a real process spawn and gRPCconstruct
API - Support client runtime in Python
- Support EKS package
- Support
provider
/providers
opts (ProviderResource hydration) - Support
parent
opts (hydration of arbitrary Resources, even if no proxy exists?) - Support
ComponentResource
s as inputs - Support
CustomResource
s as inputs - Generate proxies from schema
- Support client runtime in .NET
- Support client runtime in Go