This topic is locked

AWS Serverless Architecture for PHPRunner Application ?

2/2/2022 8:03:46 PM
PHPRunner General questions
S
seedavidwork author

Has anyone sucessfully deployed a PHPRunner project in an AWS serverless envornment ? I was reading the article here which references Laravel projects

https://aws.amazon.com/blogs/compute/introducing-the-new-serverless-lamp-stack/

and curious if anyone has managed to get thier PHPRunner project running this way? I've been running my applicaion on a traditional LAMP VM, but I would like to move to as close to a serverless enviornment as possible. I am excited about the new AWS storage option in 10.7 and AWS has offered a managed SQL database options for years.

Admin 2/3/2022

I think this is possible in general but not straightforward and there will be a lot of wrapper code. Check how people make Wordpress work there, you would need a specialized version of Wordpress plus some additional glue code.