pulumi/examples/multilang
2020-07-15 15:04:03 -07:00
..
mycomponent Support components as outputs 2020-07-15 15:04:03 -07:00
index.ts Support components as outputs 2020-07-15 15:04:03 -07:00
package.json Very simple "multilang" 2020-07-15 14:36:01 -07:00
Pulumi.yaml Very simple "multilang" 2020-07-15 14:36:01 -07:00
README.md Support components as outputs 2020-07-15 15:04:03 -07:00
remote.ts WIP 2020-07-15 14:36:01 -07:00
tsconfig.json Very simple "multilang" 2020-07-15 14:36:01 -07:00

TODO:

  • Serialize opts through to remote process
  • Support ComponentResources as outputs
  • Support CustomResources as outputs
  • Support ComponentResources as inputs
  • Support CustomResources as inputs
  • Real multi-lang: replace remote.construct with an engine invoke (or RPC) that spwans language host, loads the requested module, evals the requested constructor, returns back the URN.
  • Support client runtime in Python (and .NET and Go)
  • Generate proxies from schema