awslabs / awslabs/aws-sdk-rust
[request]: add a `.use_local_endpoint(port)` method to `dynamodb::Config`
- Dominant language
- Rust
- Stars
- 3.3k
- Forks
- 290
- Avg merge
- 1d 12h
- Merged PRs (30d)
- 3
Description
### Tell us about your request
add a `.use_local_endpoint(port)` method to `dynamodb::Config`
### Tell us about the problem you're trying to solve.
I want to use DynamoDbLocal
### Are you currently working around this issue?
https://docs.aws.amazon.com/sdk-for-rust/latest/dg/dynamodb-local.html but it's a lot of ceremony for a common use case
### Additional context
filed on behalf of @carllerche
### Community Note
* Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request
* Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
* If you are interested in working on this issue, please leave a comment
Contributor guide
Research direction
Start with dynamodb::Config and the DynamoDB Local guide linked in the issue to understand the current setup ceremony and endpoint configuration. Define the expected behavior of a `.use_local_endpoint(port)` convenience method and verify that it produces a usable DynamoDB Local configuration without requiring the documented manual steps.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- databases
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100