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

Automatically resolve default KinesisEndpoint #13

Merged
merged 1 commit into from
Apr 4, 2023

Conversation

calebstewart
Copy link
Contributor

This commit fixes #5 by returning aws.EndpointNotFoundError from the endpoint resolver when no KinesisEndpoint is defined, which will resolve the default AWS endpoint. This is the same process used by the DynamoDB checkpointer to resolve the default endpoint.

This commit fixes vmware#5 by returning `aws.EndpointNotFoundError` from the
endpoint resolver when no `KinesisEndpoint` is defined, which will
resolve the default AWS endpoint. This is the same process used by the
DynamoDB checkpointer to resolve the default endpoint.

Signed-off-by: Caleb Stewart <caleb.stewart94@gmail.com>
@vmwjc vmwjc merged commit 16c5c53 into vmware:main Apr 4, 2023
@calebstewart calebstewart deleted the fix/issue-5-empty-kinesisendpoint branch April 5, 2023 05:57
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.

Empty KinesisEndpoint doesn't default to generated endpoint
2 participants