ZeroSharp / serverless-php

Serverless Framework example using an AWS lambda which runs a PHP function
Other
145 stars 20 forks source link

not able to run php script from the php file #11

Open walterwhites opened 5 years ago

walterwhites commented 5 years ago

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