Skip to content
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

Expose sendUnsigned; move sending functions to Amazonka.Send and re-export #758

Closed
endgame opened this issue Feb 12, 2022 · 0 comments · Fixed by #769
Closed

Expose sendUnsigned; move sending functions to Amazonka.Send and re-export #758

endgame opened this issue Feb 12, 2022 · 0 comments · Fixed by #769
Milestone

Comments

@endgame
Copy link
Collaborator

endgame commented Feb 12, 2022

In the current layout, a function like sendUnsigned (if you can forgive the bikeshedding/renaming) would live in the root Amazonka module, but if you do this you will create an import loop. Maybe create an Amazonka.Send module which can hold send/sendEither/paginate/paginateEither/sendUnsigned/sendUnsignedEither and ensure these functions are re-exported by the Amazonka module?

Originally posted by @endgame in #757 (comment)

@endgame endgame added this to the 2.0 milestone Feb 12, 2022
@endgame endgame mentioned this issue Apr 27, 2022
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant