issues Search Results · repo:stackery/php-lambda-layer language:PHP
Filter by
41 results
(69 ms)41 results
instackery/php-lambda-layer (press backspace or delete to remove)Hi Guys I am trying to use php lambda layer to run my php script on lambda
Here s my python code
def lambda_handler(event, context):
print(event[ body ])
result = subprocess.run(
[ php ...
deepaksinghcs14
- 1
- Opened on Feb 15, 2021
- #67
We just tried to run the latest php-lambda-layer with php 7.3 and ran into an issue with the apcu library not being
loaded.
We were running just fine with the latest php 7.1 version of the lambda-layer. ...
eniccumTT
- 1
- Opened on Oct 2, 2020
- #66
I used this layer to create a PHP lambda API. I then tried to create a PDO and connect it to a MySQL database. I got the
following error Uncaught PDOException: could not find driver in /var/task/index.php ...
StephenKirwin
- 2
- Opened on Jun 29, 2020
- #65
We have logic in our code that will write the response to S3 and redirect the client to the S3 URL if the content length
is 900,000. We have requests that are failing but yet that do not exceed the 900,000. ...
johnnikho
- Opened on Apr 29, 2020
- #64
Hi, im getting error Call to undefined function App\Http\Controllers\simplexml_load_string()
i have enable the below in php.ini
extension=simplexml.so
extension=xml.so
extension=xmlreader.so
extension=xmlwriter.so ...
warrence
- 3
- Opened on Apr 27, 2020
- #63
Hi guys. We re planning to run our PHP web applications using the AWS Lambda Custom Runtime and I m doing a spike to
decide which runtime/layer to use (or even if we need to build one).
As the last commit ...
crisdiehard
- 1
- Opened on Mar 6, 2020
- #62
If using this layer with an ELB, http header Content-Type is set to application/octet-stream instead of text/html;
charset=UTF-8.
Bug or feature ? How can I change it ?
profy12
- 2
- Opened on Nov 14, 2019
- #60
image
Seeing this error. I followed the documentation and created php.ini at the root of my function package with:
extension=json.so
But still facing same issue. Can anyone tell me why I m seeing this? ...
iamsajidjaved
- 3
- Opened on Oct 14, 2019
- #57
Background:
Hello stackery folks, I wanted to get an opinion on whether integrating with an OSS project we re building at Polyverse
would be of any interest.
Free-as-in-speech: It s free in the way that ...
archisgore
- Opened on Sep 30, 2019
- #54
I have codeigniter project and i am using php 5.3.6 my php project is stable...can i use php-lamda-layer for php 5.3.6
and Codeigniter
anandvns
- 1
- Opened on Aug 22, 2019
- #51

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.