Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The layer runs the PHP 7.1 [PHP webserver](http://php.net/manual/en/features.com
$ php -S localhost:8000 '<handler>'
```

The Lambda Function Handler property specifies the location of the the script executed in response to an incoming API Gateway request.
The Lambda Function Handler property specifies the location of the script executed in response to an incoming API Gateway request.

##### Extensions
The following extensions are built into the layer and available in /opt/lib/php/7.1/modules:
Expand Down