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
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