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

PHP for AWS Lambda via Serverless Framework

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

Hello, Please add the lambda layer support for this project. Requirements: - [X] php (Php executable binary) - [ ] bootstrap (The file that initialize the layer) - [ ]...

enhancement

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 ... ```...

bug

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...

duplicate
question

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: ```...

help wanted

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...

question

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)",...

help wanted

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...

enhancement