Skip to content

Searching for equivalent to Boto3's RDS.Client.generate_db_auth_token #1049

Answered by ysaito1001
robjtede asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @robjtede, thank you for asking the question on generate_db_auth_token. We acknowledge that similar requests have been asked in the past (you can see a workaround in this issue, for instance).

The workaround in the above issue requires additional code; The reason generate_db_auth_token is not part of the aws-sdk-rds crate is that the function is not a Smithy-modeled operation, but a rather library function that needs to be hand-written (as opposed to code-generated by smithy-rs). For such a feature, you will see the high-level-library label within this repository.

Essentially, if labeled as high-level-library, it means we need to figure out how to house those high-level libraries, sepa…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by robjtede
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants