We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
we need to be able to send requests to the AWS API.
These are the packages we're using right now
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.
The text was updated successfully, but these errors were encountered: