Is anyone running a "serverless" setup for webpage/PHP/database on AWS or Azure?
I know that you can serve static pages/images/video without maintaining a server by using their "bucket" services.
If I understand this correctly, you can use their compute services to run the PHP. Then use their database.
What I'm not fully clear on is if this stuff can all be tied together to totally eliminate maintaining a server (OS, webserver, etc). It seems like this is possible.
|