Skip to content
This repository has been archived by the owner on Apr 25, 2022. It is now read-only.

AWS Lambda layer that adds the MySQL modules for PHP 7.1

Notifications You must be signed in to change notification settings

aiir/php71-mysql-aws-lambda-layer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

PHP Layer For AWS Lambda

Adds the PHP 7.1 MySQL modules to your Lambda environment via a layer.

The following MySQL-related modules are placed in /opt/lib/php/7.1/modules:

mysqli.so
mysqlnd.so
pdo.so
pdo_mysql.so

To make use of these, your php.ini needs to load them:

extension=mysqlnd.so

About

AWS Lambda layer that adds the MySQL modules for PHP 7.1

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published