Skip to content

Commit

Permalink
Version updated to v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
runarheggset committed May 11, 2017
1 parent b7ad35a commit 4a4a18c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ The project comes with a prebuilt php-cgi-7.0.16. Feel free to build your own.
- Create a lambda function on AWS.
- Make sure lumen is writing to /tmp or not at all.
- Make sure to chmod 777 php-cgi (Windows removes this).
- Set lambda handler to vendor/runar1/lumen-lambda/index.handler.
- Point AWS API Gateway to your newly generated lambda function.

For more indepth tips, read this excellent blog post: https://cwhite.me/hosting-a-laravel-application-on-aws-lambda/.
Expand All @@ -37,6 +38,7 @@ For more indepth tips, read this excellent blog post: https://cwhite.me/hosting-

## History

- Version 1.1.2 (2017-05-11) - Fixed bugs with POST requests
- Version 1.1.1 (2017-05-09) - Fixed bug where request body wasn't sent to php-cgi
- Version 1.1.0 (2017-05-08) - Added support for MongoDB
- Version 1.0.0 (2017-05-05) - First public release
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "runar1/lumen-lambda",
"type": "project",
"version": "1.1.1",
"version": "1.1.2",
"description": "Enables lumen to run on AWS Lambda.",
"keywords": ["laravel", "lumen", "amazon", "aws", "lambda"],
"homepage": "https://github.com/runar1/lumen-lambda",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lumen-lambda",
"version": "1.0.0",
"version": "1.1.2",
"description": "Allows php to respond to http requests on aws lambda.",
"main": "index.js",
"dependencies": {
Expand Down

0 comments on commit 4a4a18c

Please sign in to comment.