Skip to content

Separate boto3 Client concerns #82

@acarbonetto

Description

@acarbonetto

Is your feature request related to a problem? Please describe.

boto3 clients are being initiated throughout the code. The client creation should be consolidated to a single class for each use case/API entry point.

Describe the solution you'd like

The client folder should be used to initialize boto3 clients. An initial set of configuration parameters should be used for all client initialization.

Note that this is already being done for the Neptune Analytics client (see na_client.py).

Describe alternatives you've considered

N/A

Additional context

Related to #76

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestquestionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions