This program demonstrates how to build a terminal UI on top of Pulumi's Automation API.
To run this example you'll need a few pre-reqs:
- A Pulumi CLI installation (v3.0.0-rc.1 or later)
- The AWS CLI, with appropriate credentials.
Running this program is just like any other typescript program. No invocation through the Pulumi CLI required:
$ yarn build // installs deps and runs tsc
$ yarn start // runs node ./bin/index.ts