ChandraLingam
Results
1
issues of
ChandraLingam
**Description:** This PR proposes an improvement to the way AWS services are initialized in the example notebooks. Currently, the syntax used is: ```python import boto3 boto3_bedrock = boto3.client('bedrock') ``` The...