Files
fission-console/test-archives/php-hello/hello.php
T

5 lines
105 B
PHP

<?php
function main($event, $context) {
return ["statusCode" => 200, "body" => "Hello from PHP!"];
}