Function aws_config::from_env
source · pub fn from_env() -> ConfigLoader
Expand description
Create an environment loader for AWS Configuration
Examples
use aws_types::region::Region;
let config = aws_config::from_env().region("us-east-1").load().await;