douglasnaphas / cmless

A potentially impossible serverless CMS using AWS Lambda and Aurora Serverless or DynamoDB.
Apache License 2.0
0 stars 0 forks source link

Deploy a serverless LAMP site #1

Open douglasnaphas opened 3 years ago

douglasnaphas commented 3 years ago

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

I may need to set this up first with a non-serverless Aurora instance, because of Aurora Serverless not being able to be on a public subnet. If I do need to use serverful Aurora, I should set this up so that I can destroy the stack whenever I'm not using it, to avoid DB instance costs.

douglasnaphas commented 3 years ago

I might want to use bref instead of the AWS blog post linked above, since the blog post is asking me to compile PHP in my own custom runtime.

douglasnaphas commented 3 years ago

TODO