Replies: 1 comment 1 reply
-
Is it failing due to a missing behavior version? It looks like that example is missing:
In the config part. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This is an example of how to use non-env credentials for
aws_config::SdkConfig
: https://github.com/awsdocs/aws-doc-sdk-examples/blob/main/rust_dev_preview/examples/sdk-config/src/bin/no_env.rsHowever,
aws_sdk_sesv2::Client::new()
seems to acceptaws_types::sdk_config::SdkConfig
and I can't get that example to work. Is there a working example anywhere?Beta Was this translation helpful? Give feedback.
All reactions