echobox
is http server that allows you to test http communication inside cloud deployments using customizable http responses.
```
$ docker run -t -i --rm -p 8090:8090 -e TEMPLATE="The foo param: {{ params.foo }}" alhafoudh/echobox
$ curl http://localhost:8090/?foo=bar
```
This project is available as open source under the terms of the MIT License.