def requeue()

in lambda-bulk-importer/main.py [0:0]


def requeue():
    iot_client = boto3.client('sqs')
    queueUrl = os.environ.get('QUEUE_TARGET')
    client.send_message( QueueUrl=queueUrl,
                         MessageBody=json.dumps(config))