Closed umutc closed 5 years ago
Hi @umutc,
PHP is a general purpose programming language, but it also is executed differently in different contexts. Different aspects of the runtime environment are available when you execute a script in response to a web request vs when you execute a script from the command line.
This project aims to support invocations specifically from AWS API Gateway or Application Load Balancer. It executes PHP scripts with the semantics appropriate for handling HTTP requests.
The real solution to your issue would be a different PHP Lambda Layer that behaves differently.
Hello there,
I wanna use this layer to poling SQS mail messages in queue and send them via Simple Mail Service. But i am getting this 500 error on lamda function when test or trigger sos.
Response
Template
Code PHP
Thanks...