Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/keichan34/wordpress-on-lambda

Boilerplate for running WordPress on AWS Lambda
https://github.com/keichan34/wordpress-on-lambda

aws-lambda wordpress

Last synced: 3 days ago
JSON representation

Boilerplate for running WordPress on AWS Lambda

Awesome Lists containing this project

README

        

# WordPress on Lambda

Use at your own caution!!!

[Read more](https://keita.blog/?p=1796)

## How To Use

```bash
$ sam package --template-file template.yaml --output-template-file serverless-output.yaml --s3-bucket "$DEPLOY_BUCKET"
$ sam deploy --template-file serverless-output.yaml --stack-name wordpress-on-lambda --capabilities CAPABILITY_IAM
$ aws s3 sync ./src/php s3://deploy-bucket-XXXXX/prod --exclude "*.php" --exclude "*.ini"
```