stackery / php-lambda-layer

PHP Runtime Layer for AWS Lambda
Other
320 stars 70 forks source link

Support for mbstring, PDO MySql/Postgresql + PHP 7.2 and 7.3 (Improved) #27

Closed code-runner-2017 closed 5 years ago

code-runner-2017 commented 5 years ago

Starting from the comments from my previous PR, https://github.com/stackery/php-lambda-layer/pull/23, I have merged files together as much as possible and changed the README.md. I have also added support for building the layer behind a proxy. The deployment script only works for PHP 7.1, but you can build the 7.2 and 7.3 runtimes manually. I have also linked an article that I have published on medium.com. Please contact me for any question.

txase commented 5 years ago

This has been released! See README.md for details!

:pray: