serverless-php icon indicating copy to clipboard operation
serverless-php copied to clipboard

Serverless Framework example using an AWS lambda which runs a PHP function

Results 5 serverless-php issues
Sort by recently updated
recently updated
newest added

I would like running script from the php file, like ``` $command = '/opt/exemple/exemple run api'; system($command); ``` It seems doesn't work, just commands which display output like system('ls'); works

Thank you for this great work. Do you know what needs to be done to compile php with Mongodb and Postgress support? I have read that those modules need to...

It would be good to provide pointers for hooking popular webservice frameworks like [Slim Framework](https://www.slimframework.com/) and [Lumen](https://lumen.laravel.com/). Similar to the Javascript Express samples.

It would be great to provide an example of logging from PHP that would be captured in CloudWatch.

Asking this to be able to launch php applications that are not cli based... And thanks for this tool.