pulumi/examples/multilang/README.md

728 B

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