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

[LocalStack] Deprecate methods using aws sdk v1 #5489

Merged
merged 1 commit into from Jun 13, 2022

Conversation

eddumelendez
Copy link
Member

Currently, LocalStackContainer depends on aws sdk v1. We have received
feedback about moving to aws sdk v2. However, we think that the
class already provides the enough information to be used such as
getEndpointOverride(), getRegion(), getAccessKey() and getSecretKey.
So, we are deprecating getDefaultCredentialsProvider() and getEndpointConfiguration
which are going to be removed in the feature and LocalStack module will
not depend on any aws sdk.

Currently, `LocalStackContainer` depends on aws sdk v1. We have received
feedback about moving to aws sdk v2. However, we think that the
class already provides the enough information to be used such as
`getEndpointOverride()`, `getRegion()`, `getAccessKey()` and `getSecretKey`.
So, we are deprecating `getDefaultCredentialsProvider()` and `getEndpointConfiguration`
which are going to be removed in the feature and `LocalStack` module will
not depend on any aws sdk.
@eddumelendez eddumelendez requested a review from a team as a code owner June 13, 2022 15:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
modules/localstack type/deprecation Public APIs are being deprecated but not changed yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants