jbarratt / docker-compose-fake-aws

Demonstration of using Docker Compose with fake (mock) AWS services for development
Creative Commons Zero v1.0 Universal
25 stars 11 forks source link

docker-compose-fake-aws

Demonstration of using Docker Compose with fake (mock) AWS services for development

Once you have docker and docker-compose installed,

$ docker-compose up -d # start the container running
$ docker-compose logs # make sure things are up and running
$ make test # run simple tests

This example has been written up in more detail on my blog: Using docker-compose for local development with AWS services