2019-10-29 18:45:50 +08:00

10 lines
104 B
PHP

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