<?php


function main_handler($event, $context) {
    var_dump($event);
    return "hello world";
}

?>
