Contract
The contract for an implementation consists of two parts:
- Makefile - make file with
up
and down
targets to kick off the provisioning and tear it down - tests - clone the test repo and run
npm install && npm test
Contributing
Once an implementation is ready, it can be added to the list via a pull request on
this file.