This repository was archived by the owner on Sep 8, 2021. It is now read-only.

Description
Going to the docs (https://php.net/manual/en/features.commandline.webserver.php) I see:
Warning
This web server was designed to aid application development. It may also be useful for testing purposes or for application demonstrations that are run in controlled environments. It is not intended to be a full-featured web server. It should not be used on a public network.
So, given this, is using this php-lambda-layer suitable for production? Or is it better to use another web server instead?