To make it easier to build and test the action locally we should: - Introduce a [dev container similar to the oracle action](https://github.com/Particular/setup-oracle-action/tree/master/.devcontainer) - Make the [region lookup overridable](https://github.com/Particular/setup-oracle-action/blob/master/setup.ps1#L32) since it won't work locally - [Add support for npm run dev](https://github.com/Particular/setup-oracle-action/blob/master/package.json) to make sure that changes are properly recompiled automatically - Evaluate if switching to typescript and pulumi would be helpful, see [this spike for the oracle setup action for an example](https://github.com/danielmarbach/reimagined-octo-giggle)