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

Make SQS data structure more reusable #35

Closed
oleiade opened this issue Jan 25, 2023 · 1 comment
Closed

Make SQS data structure more reusable #35

oleiade opened this issue Jan 25, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@oleiade
Copy link
Member

oleiade commented Jan 25, 2023

At the moment, the SQSClient implementation has dedicated types for each response of each service's endpoints. Ideally, we should try to align with what's been made in other services clients and replace those specific types with more general ones representing the concepts at play, such as a Queue or a message.

@oleiade oleiade added the enhancement New feature or request label Jan 25, 2023
@oleiade oleiade self-assigned this Jan 25, 2023
@oleiade
Copy link
Member Author

oleiade commented Feb 8, 2023

Addressed in 19022a1

@oleiade oleiade closed this as completed Feb 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant