-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Supporting local (mock) AWS endpoints for testing #63
Comments
This isn't currently possible, but it would be a welcome change. |
Thanks, we'll look into submitting a PR for this. |
Hi @stripecodahale, my colleague @mrdg and I have discussed a possible implementation for this feature. We want to quickly run that by you before we start hacking on it :-). So, our proposal is to add an If you're OK with this, we'll submit the PR as soon as possible. |
As long as the overrides are for specific regions — e.g. |
I'm not sure I understand what you mean. Can you elaborate on what the region specifier should do in the context of a local service endpoint override? Thanks 😄 |
Sorry, that was vague. I'm going through email before having coffee. :) I mean, I'd want to provide the ability to add test regions with specific endpoints rather than redefine the behavior of existing regions. Essentially, just add a region name to the (service, endpoint) tuple. This way, test code could e.g. safely depend on a |
Heh, no problem! Alright, sounds good. We'll probably have a PR for this in the coming days. |
We're wondering if it is currently possible (and if not, if you would be interested in a PR) to configure local mock endpoints in
aws-go
. We would love to use something like fake_sns or fake_sqs to test our SNS/SQS integration locally.The text was updated successfully, but these errors were encountered: