create_aws_client

Function create_aws_client 

Source
pub fn create_aws_client(
    _access_key: &str,
    _secret_key: &str,
    _region: Option<&str>,
    _s3_bucket: &str,
    _s3_key_prefix: Option<&str>,
) -> DeviceResult<()>
Expand description

Create an AWS Braket client

This function is available as a stub when the “aws” feature is not enabled