I re-read this thread and want to point out that I think there are two
different use cases here. One is about mocking AWS services in tests
(moto, placebo, noxmox, etc). The other is about running fake AWS
services in a separate Docker container so you can do development
locally (moto-server, mox-server, localstack, etc). These two use
cases are not mutually exclusive and I don't think one has to use the
same set of tools for both use cases.
The thing I was trying to solve was running an AWS-like service
locally in a Docker container so that I can run Antenna in an
environment on my local machine with all the services it requires.
I threw this blog post together. It's definitely missing bits because
it's entirely from my experiences, but maybe it's helpful?
http://bluesock.org/~willkg/blog/dev/using_localstack_for_s3.html
I haven't tried out the other Localstack AWS services, yet. I'll
probably do that in a month or two.
Hope it helps!
/will
On Fri, Mar 31, 2017 at 12:48 AM, Michiel Kamermans
<
mic...@mozillafoundation.org> wrote:
> for dev that uses Node.js and relies on S3, we use noxmox
> (
https://github.com/nephics/noxmox) over on the MoFo side, which works