pulumi/examples/multilang
2020-07-15 15:16:44 -07:00
..
mycomponent Minor code cleanup 2020-07-15 15:16:44 -07:00
nodejs WIP Python port 2020-07-15 15:10:28 -07:00
.gitignore Minor code cleanup 2020-07-15 15:16:44 -07:00
__main__.py Support returning inner resource references 2020-07-15 15:16:44 -07:00
Pipfile Add 'urn' resource option to Python 2020-07-15 15:15:35 -07:00
Pulumi.luke-dev.yaml WIP Python port 2020-07-15 15:10:28 -07:00
Pulumi.yaml WIP Python port 2020-07-15 15:10:28 -07:00
README.md Update README 2020-07-15 15:16:44 -07:00
requirements.txt Add 'urn' resource option to Python 2020-07-15 15:15:35 -07:00

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