2019-11-20 18:57:56 +08:00

10 lines
104 B
PHP

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