Closed as not planned
Description
Describe the feature
There's some use cases for the endpoints package externally for example in my project aws-nuke.
Use Case
There's use cases for accessing endpoints code from external systems.
Proposed Solution
I would suggest moving endpoints out of internal.
Actually I would encourage dropping internal
entirely. There's a bunch of good content in internal and for an open source project internal prevents any external use. Usually the argument is "we don't want to support X", but just put that in the README, use at your own risk for things you don't want to support, but otherwise it means people have to duplicate code for zero reason.
Other Information
No response
Acknowledgements
- I may be able to implement this feature request
- This feature might incur a breaking change
AWS Go SDK V2 Module Versions Used
github.com/aws/[email protected] [email protected]
Go version used
go version go1.23.1 darwin/amd64