-
Notifications
You must be signed in to change notification settings - Fork 92
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
AWS Support #273
Comments
@matrinox hi man! Thanks for your interest. The main point you need add tests to all your functions. This is our guideline ;) |
@OpakAlex That's a must :) |
I think I found a solution and I just want some thoughts on it before I go down the path. I've identified config :tirexs,
# http_name: Tirexs.HTTP, # default,
http_name: Tirexs.AWS.HTTP, # when using aws
aws: [
access_key_id: "..." #
secret_key: "..." #
region: "..." #
] What are your thoughts? The other idea I had was to use a middleware pattern but I feel that requires more work for a very specific use-case. But I am open to ideas.s |
Hi man, i like idea for configure HTTP module. It's looks good for me. |
I've read the 2 issues on AWS: #249 & #254. I need to get AWS Elasticsearch support for my elixir servers. I think it makes the most sense to spend my time adding AWS support to this library than adding elasticsearch support to one of the AWS elixir libraries. In issue #254, @Zatvobor didn't say much in response to questions about guidelines and if the PR would be accepted. I'd take that hasn't changed?
The text was updated successfully, but these errors were encountered: