master_data.py (2 lines): - line 6: dynamodb = boto3.resource('dynamodb', region_name='') # TODO:: Update with aws-region where thes stack is deployed - line 7: table = dynamodb.Table('aws-samples-budgets') # TODO:: Once stack is deployed, update the DynamoDB Table Name