import boto3 import config dynamodb = boto3.resource('dynamodb') table = dynamodb.Table(config.TABLE_NAME) table.delete()