bryanzarzuela

Results 1 issues of bryanzarzuela

In the documentation, it is suggested that whatever function name you configured in serverless.yml should be used when invoking the function from another PHP application. ```php $result = $lambda->invoke([ 'FunctionName'...