<div dir="ltr">Hi,<br><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Apr 14, 2014 at 6:03 PM, Tom Stuart <span dir="ltr"><<a href="mailto:tom@codon.com" target="_blank">tom@codon.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="">On 14 Apr 2014, at 17:51, Stephen Nelson-Smith <<a href="mailto:sanelson@gmail.com">sanelson@gmail.com</a>> wrote:<br>

> VCR records the XML response just fine.  But I couldn't find an entry point in aws-sdk-core that would allow me to pass it the frozen response and return the struct.<br>
<br>
</div>You shouldn't need an entry point. VCR intercepts the HTTP connection (using e.g. WebMock or FakeWeb) during both recording and replay, so once you've recorded a real response it should be replayed the next time you run the test, instead of allowing aws-sdk-core to make a real HTTP request (as it does during recording).<br>
</blockquote><div><br></div><div>Ahh... yes, sorry I've been being extremely dense.  I'll test this a bit later... I was just thinking as I was starting to plumb in my fixture struct that this didn't quite feel right.<br>
<br></div><div>S.</div></div></div></div>