Bram

Results 6 comments of Bram

It looks like you do `runComplete()` before your `client.post`-promise resolves.

I agree that this would be a great feature. In terms of implementation, I would much more prefer something like the policy simulator ([docs](https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_testing-policies.html#policies-simulator-using-api)).

I've added some simple tests which works fine, but Travis fails for older node versions with some odd errors. Any idea's what that could be? node 0.10 / 0.12: ```...

Sounds good @brianc! Let me know if you need any help with this PR.

Fair point. Could you suggest at what point you should run that query? This should run for every new connection that is setup, but before any other queries are executed....

Thanks, that was a nice idea. I've made another implementation that works for now, but it feels very hacky. For anyone who is interested, this is what I used; ```...