Skip to main content

Customize SDK client

Last update:

You can set up your own SDK client in Python or Go to work with logs.

For the SDK client, you can:

  • Set the configurations of the customized AWS CLI;
  • Override AWS CLI configurations;
  • set custom configurations.
  1. Open the CLI.

  2. Install boto3 to customize dependencies:

    pip install boto3
  3. Configure the AWS CLI.

  4. Configure the client with the configurations you set for the AWS CLI:

    import boto3

    client = boto3.client('logs')