pulumi/examples/multilang
Luke Hoban 0f040d8333 Move ProxyComponentResource into Python SDK 2020-01-02 15:08:18 -08:00
..
mycomponent Move ProxyComponentResource into Python SDK 2020-01-02 15:08:18 -08:00
nodejs WIP Python port 2019-12-29 22:15:31 -08:00
.gitignore Minor code cleanup 2020-01-02 12:20:16 -08:00
Pipfile Add 'urn' resource option to Python 2020-01-01 12:36:35 -08:00
Pulumi.luke-dev.yaml WIP Python port 2019-12-29 22:15:31 -08:00
Pulumi.yaml WIP Python port 2019-12-29 22:15:31 -08:00
README.md Update README 2020-01-01 14:44:29 -08:00
__main__.py Support returning inner resource references 2020-01-01 14:43:30 -08:00
requirements.txt Add 'urn' resource option to Python 2020-01-01 12:36:35 -08:00

README.md

TODO:

  • Support ComponentResources as outputs
  • Support CustomResources as outputs
  • Serialize opts through to remote process
  • First class Resource on RPC (instead of string matching urn:pulumi )
  • Replace remote.construct with a real process spawn and gRPC construct 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 ComponentResources as inputs
  • Support CustomResources as inputs
  • Generate proxies from schema
  • Support client runtime in .NET
  • Support client runtime in Go