Download the PHP package ssigwart/lambda-php without Composer
On this page you can find all versions of the php package ssigwart/lambda-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download ssigwart/lambda-php
More information about ssigwart/lambda-php
Files in ssigwart/lambda-php
Download ssigwart/lambda-php
More information about ssigwart/lambda-php
Files in ssigwart/lambda-php
Vendor ssigwart
Package lambda-php
Short Description PHP runtime for AWS lambda.
License MIT
Homepage https://github.com/ssigwart/lambda-php
Package lambda-php
Short Description PHP runtime for AWS lambda.
License MIT
Homepage https://github.com/ssigwart/lambda-php
Please rate this library. Is it a good library?
Informations about the package lambda-php
Compiling the Runtime
Writing a Lambda Handler
- Write a class that implements
ssigwart\LambdaRuntime\LambdaHandlerInterface
. - Write a
bootstrap.php
file that calls\LambdaRuntimeBootstrap\RuntimeBootstrap::setHandler()
to set your handler.- This file can do additional work, such as setting up autoloading.
- Place your files in a
handler/your_handler_name
directory, zip, and upload to lambda.- Make sure handler name configured in Lambda matches
your_handler_name
.
- Make sure handler name configured in Lambda matches
Sample Handler
Managing Lambda Layers
Uploading a Layer
- Add
runtime.zip
to an S3 bucket -
Upload layer to lambda
- Save ARN and use it to add to lambda
Setting Layers on a Lambda Function
Deleteing a Layer
Listing Layers
All versions of lambda-php with dependencies
PHP Build Version
Package Version
The package ssigwart/lambda-php contains the following files
Loading the files please wait ....