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

Explicitly states the SQS endpoint when creating SQS client #50

Merged
merged 1 commit into from
Feb 18, 2021
Merged

Explicitly states the SQS endpoint when creating SQS client #50

merged 1 commit into from
Feb 18, 2021

Conversation

dev-eng1
Copy link
Contributor

Pull request questions

Which issue does this address

Issue number: #49

Why was change needed

This change enables support SQS VPC endpoints, and allows the code to work regardless of whether VPC endpoints are in use or not.

What does change improve

Previously when SQS VPC endpoints were in use the code fails as the endpoint must be explicitly stated.

Note: this is a 'minimal' change to the code, so is repetitive in nature modifying each client creation. This could be abstracted to a base class but this would require wider refactoring.

@docktermj docktermj merged commit e61cae8 into senzing-garage:master Feb 18, 2021
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 this pull request may close these issues.

2 participants