项目作者: keichan34

项目描述 :
Boilerplate for running WordPress on AWS Lambda
高级语言: PHP
项目地址: git://github.com/keichan34/wordpress-on-lambda.git
创建时间: 2019-06-24T13:02:48Z
项目社区:https://github.com/keichan34/wordpress-on-lambda

开源协议:

下载


WordPress on Lambda

Use at your own caution!!!

Read more

How To Use

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