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

7 lines
71 B
PHP
Raw Permalink Normal View History

2019-11-11 16:41:43 +00:00
<?php
function hello($data)
{
return "Hello, {$data['name']}!";
}