serverless-php
serverless-php copied to clipboard
PHP for AWS Lambda via Serverless Framework
Hello, Please add the lambda layer support for this project. Requirements: - [X] php (Php executable binary) - [ ] bootstrap (The file that initialize the layer) - [ ]...
After the NodeJS 6 deprecation by AWS the serverless deploy no longer works. The runtime configured to NodeJS 6.10 in `serverless.yml`: ``` ... provider: name: aws runtime: nodejs6.10 ... ```...
Dear Author, Please help. I have successfully installed and configured serverless-php on both local and AWS Lambda. The function works as expected locally **but does not work when it is...
I tried to use the build script after adding `--enable-dom` to the compile flags and once completed doing a `./php -v` on the compiled binary causes the following error: ```...
Hi, it seems like building with redis is not part of the default php build options. how can this be done? and is there a general way to add .so...
I'm trying to deploy with the latest version and I'm getting this error ``` Serverless: Invoke invoke { "errorMessage": "Process error code 1: ", "errorType": "Error", "stackTrace": [ "ChildProcess. (/var/task/handler.js:47:23)",...
Similar to how the Java implementation works, it would be nice to have a library of classes which represent the various events which can be passed in to the handler...