You've already forked aws-lambda-layer-php
code example
This commit is contained in:
6
src/hello.php
Normal file
6
src/hello.php
Normal file
@ -0,0 +1,6 @@
|
||||
<?php
|
||||
|
||||
function hello($data)
|
||||
{
|
||||
return "Hello, {$data['name']}!";
|
||||
}
|
Reference in New Issue
Block a user