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

Replace RDS from AWS-SDK with @aws-sdk/client-rds #2482

Closed
kr8n3r opened this issue Mar 23, 2022 · 0 comments
Closed

Replace RDS from AWS-SDK with @aws-sdk/client-rds #2482

kr8n3r opened this issue Mar 23, 2022 · 0 comments

Comments

@kr8n3r
Copy link
Contributor

kr8n3r commented Mar 23, 2022

What

Replace whole of aws-sdk in favour of the modular @aws-sdk/client-rds modular package. This will require a bit of a rewrite where we use it

  • src/components/services/controllers.tsx
  • src/components/services/views.tsx
  • src/components/services/controllers.mocked.test.tsx

Why

aws-sdk is v2 and it's a monolith package. V3 has been split into modular packages and we're already using those as of #1742
Replacing this remaining instance will allow as to fully remove v2 of aws-sdk.

It’s done when

  • aws-sdk and @types/aws-sdk are removed
  • @aws-sdk/client-rds is used for RDS stuff

If we don’t do this

  • we'll be using v2 and v3 and Amazon will at some point deprecate v2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant