Summary: 2 instances, 2 unique Text Count dynamodb = boto3.resource('dynamodb', region_name='') # TODO:: Update with aws-region where thes stack is deployed 1 table = dynamodb.Table('aws-samples-budgets') # TODO:: Once stack is deployed, update the DynamoDB Table Name 1