brefphp / bref

Serverless PHP on AWS Lambda
https://bref.sh
MIT License
3.1k stars 367 forks source link

Document ALB usage #348

Open angrybrad opened 5 years ago

angrybrad commented 5 years ago

Glad to see ALB support in the latest release: https://github.com/brefphp/bref/pull/338

Would love to see some official documentation on its usage.

deleugpn commented 5 years ago

While official documentation is still under work, I invite anybody interested in accomplishing this to give a read on my recent post.

https://blog.deleu.dev/running-lambda-behind-application-load-balancer/

tripper54 commented 4 years ago

@deleugpn That link is broken. Do you have an updated one?

deleugpn commented 4 years ago

@tripper54 I'm sorry to hear that, but the link is working for me

tripper54 commented 4 years ago

@deleugpn Aha, it turned out to be a .dev TLD resolution issue on my machine: https://superuser.com/questions/1434425/dev-tld-resolves-to-127-0-0-1 All good now, thank you!