awslabs / awslabs/amazon-kinesis-client-nodejs
Override dynamoDBEnpoint
- Dominant language
- JavaScript
- Stars
- 304
- Forks
- 198
- Avg merge
- 36m
- Merged PRs (30d)
- 2
Description
Hi,
I'm running Localstack with Kinesis and DynamoDB locally, but I still don't know how to override DynamoDB endpoint. I was looking at the kinesis application client java library, but I guess it uses the default constructor to create the DynamoDbAsyncClient instance.
`DynamoDbAsyncClient dynamoDBClient = DynamoDbAsyncClient.builder()
.credentialsProvider(DefaultCredentialsProvider.create()).build();`
Does anyone know how to do it?
Contributor guide
Research direction
The issue names no repository file or test; begin by locating where the Kinesis client creates DynamoDbAsyncClient and how endpoint configuration is exposed. Reproduce the LocalStack setup described in the issue, then verify that a configured DynamoDB endpoint is honored and cover the behavior with a focused test if the repository provides one.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- aws, java, javascript
- Domain
- cloud, databases
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100