aws-lambda-layer-php/src/hello.php

7 lines
71 B
PHP

<?php
function hello($data)
{
return "Hello, {$data['name']}!";
}