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

AWS API integration #18

Closed
swiknaba opened this issue May 27, 2022 · 0 comments
Closed

AWS API integration #18

swiknaba opened this issue May 27, 2022 · 0 comments
Labels
Rust Tickets for the Rust-rewrite

Comments

@swiknaba
Copy link
Contributor

swiknaba commented May 27, 2022

we need to be able to send requests to the AWS API.

These are the packages we're using right now

@aws-sdk/client-rds": "^3.85.0",
@aws-sdk/client-s3": "^3.85.0",
@aws-sdk/credential-provider-ini": "^3.85.0",
@aws-sdk/credential-providers": "^3.85.0",

Thankfully they do have Rust SDK (⚠️ DEVELOPER PREVIEW, read carefully through the docs) 👍🏼 https://github.com/awslabs/aws-sdk-rust

We need to read out the data from the currently loaded AWS PROFILE to perform requests to the AWS API.
See: #22
and: #20
and: #19

-> potentially the profile switcher can also be in the navigation/header so we are globally aware of which profile is currently loaded.

@swiknaba swiknaba added the Rust Tickets for the Rust-rewrite label May 27, 2022
This was referenced May 27, 2022
@morozRed morozRed closed this as completed Jul 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Rust Tickets for the Rust-rewrite
Projects
None yet
Development

No branches or pull requests

2 participants