"""Connector to Dynamodb.""" from boto.dynamodb2.layer1 import DynamoDBConnection from auth import config connection = DynamoDBConnection(host=config.DYNAMODB_HOST)