-
Notifications
You must be signed in to change notification settings - Fork 32
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
SQS support #52
Comments
Seems like a reasonable approach. @tmcgilchrist sounds good to you? |
Sounds great! |
So "a day or so" turned into a "week or so" but I have an proof of concept approach that achieves these things: Generation Updates
Runtime Service Updates
Limitations/Current issues not addressed
I opened a draft PR here: #55 More than happy to discuss changes in approach or suggestions to improve the code. |
Thanks @pm-mck having a read over the PR now. |
I ran into the same problem, in #60, since there is no |
So I think this can be closed now, thanks @pm-mck and @tmcgilchrist 🎉 |
I've been working on adding SQS support to this library and I ran into a some code in
generate.ml
that seems to assume all service url's are of the format:There needs to be a bit more logic to this, as the endpoints aren't really consistent, documented here: https://docs.aws.amazon.com/general/latest/gr/rande.html
I see the
_endpoints.json
file in the input directory and I'm thinking that by grabbing an updated version from boto, it could be used to generate an Endpoint module which would allow the appropriate url creation logic to be applied per service/region.I have been mucking around with fixing some issues in the enum generator and ran into this. If wanted, I can probably pop open a wip PR for both items in a day or so.
The text was updated successfully, but these errors were encountered: