Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"dependencies": {
"@aws-sdk/client-s3": "^3.772.0",
"serverlesswp": "^0.3.1",
"serverlesswp": "^0.3.2",
"sqlite3": "^5.1.7"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# WordPress on Vercel, Netlify, or AWS
WordPress hosting is ridiculously wasteful of time and resouces. Host WordPress on Vercel, Netlify, or AWS Lambda serverless functions with ServerlessWP.

Don't want to run a database server? ServerlessWP supports SQLite+S3 as a low maintenance alternative.
Don't want to run a database server? ServerlessWP experimentally supports SQLite+S3 as a low maintenance alternative.

Stay up-to-date at the ServerlessWP repository: [mitchmac/serverlesswp](https://github.com/mitchmac/serverlesswp)

Expand Down