Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/keichan34/wordpress-on-lambda
- Owner: keichan34
- Created: 2019-06-24T13:02:48.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T07:31:41.000Z (about 2 years ago)
- Last Synced: 2024-04-17T03:56:58.681Z (10 months ago)
- Topics: aws-lambda, wordpress
- Language: PHP
- Homepage: https://keita.blog/2019/06/27/serverless-wordpress-on-aws-lambda/
- Size: 13.1 MB
- Stars: 33
- Watchers: 2
- Forks: 9
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
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"
```