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

Migrate from rusoto to AWS SDK for Rust #51

Closed
ghost opened this issue Dec 4, 2021 · 2 comments · Fixed by #126
Closed

Migrate from rusoto to AWS SDK for Rust #51

ghost opened this issue Dec 4, 2021 · 2 comments · Fixed by #126
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@ghost
Copy link

ghost commented Dec 4, 2021

AWS SDK for Rust is now in developer preview.
https://aws.amazon.com/jp/about-aws/whats-new/2021/12/aws-sdk-rust-developer-preview/

For future GA, we start to consider migrating rusoto to AWS SDK for Rust.

@ghost ghost added the enhancement New feature or request label Dec 4, 2021
@ghost ghost self-assigned this Dec 4, 2021
@ghost ghost changed the title Migrate from rusuto to AWS SDK for Rust Migrate from rusoto to AWS SDK for Rust Dec 4, 2021
@ghost
Copy link
Author

ghost commented Dec 4, 2021

Handling DynamoDB Local is different between AWS SDK for Rust and rusoto.

rusoto specifies the endpoint when creating a region as Region::Custom.
On the other hand, AWS SDK for Rust does when building Config.

An example of how to use DynamoDB Local is provided in the following link.
https://docs.aws.amazon.com/sdk-for-rust/latest/dg/dynamodb-local.html

@asztal
Copy link

asztal commented Nov 28, 2023

@ryota-sakamoto ryota-sakamoto added this to the v0.3.0 milestone May 21, 2024
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

Successfully merging a pull request may close this issue.

2 participants