Ben Kehoe
1 min readOct 10, 2016

--

We considered moto (and you’ll notice it was mentioned in the article). We didn’t use it because it requires code changes every time a new service is added or an API changes. We like placebo because it leverages the real APIs to gather data for playback.

We also use the wrapper class to inject standard logging and error handling code, so it has benefits beyond the boto3 factory methods.

--

--