mglaman / drupal-aws-sandbox

AWS AppRunner, S3, Aurora Serverless, etc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

drupal-aws-sandbox

Deploys a Drupal site to AWS using App Runner, S3, RDS, etc.

Originally this was testing out Aurora Serverless, but the cost is greater than a lower tier RDS constantly running.

local build and test

docker build -t drupal-aws-sandbox .
docker run -p 127.0.0.1:8080:80/tcp --env-file .env drupal-aws-sandbox:latest

About

AWS AppRunner, S3, Aurora Serverless, etc


Languages

Language:PHP 94.2%Language:Dockerfile 5.5%Language:Shell 0.3%