serverless-php
serverless-php copied to clipboard
Serverless Framework example using an AWS lambda which runs a PHP function
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.