- Pulumi CLI installed (v3.0.0 or later)
- AWS CLI with appropriate credentials set up
npm install
npm test
cd infrastructure
npm install
pulumi up
The tests will destroy the infrastructure once all the tests are complete but you can run cd infrastructure && pulumi destroy
as well
Automation API currently doesn't allow for stack deletion so you'll have to run cd infrastructure && pulumi stack rm dev