-
Notifications
You must be signed in to change notification settings - Fork 50
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
Add support for overriding host #51
base: master
Are you sure you want to change the base?
Conversation
@tfwright Thank you for the contribution 😄 . There's currently a lack of testing so for the time being it would be helpful and preferable to accompany a PR in the generator with a link to the generated aws_erlang code and aws-elixir code. Let me know if you need assistance with generating these. |
13856f6
to
066341a
Compare
@jfacorro happy to generate those, but where should the links I would add in the PR point to? PRs on those repos? |
@tfwright I have been mainly doing what you describe. Opening PRs in the generated repos so that the pipelines there get triggered. It's a little awkward but it's only until we include the generating and building of those in this repos pipeline. |
@jfacorro another option is to bundle the three into a single git repo. Both rebar3 and mix support sparse checkouts, so people can still access the lib individually. |
@tfwright how would you setup the host from the Elixir side? We want to add some tests with bypass and it may require this. |
@josevalim it would be a new option key in the client struct that would preempt the keys currently used to compose the host (prefix, region, endpoint) |
This is great! Something like this is also necessary to support AWS's Elemental MediaConvert service. |
I'll take a look and pick this up in the coming week or so 👌 |
#49
Notes: