Sorry, we don't support your browser.  Install a modern browser

Serverless Deployment

To reduce costs and the maintainance burden for low-traffic websites, it would be great if there was the ability to deploy to serverless infrastructure.

For example any one of these offer generous free tiers;

  • AWS Only
    • AWS Lambda/Gateway (REST API)
    • DynamoDB (db)
  • AWS + SQL
    • AWS Lambda/Gateway
    • Turso (sqlite)
  • Cloudflare
    • Cloudflare Functions (REST API)
    • Cloudflare D1 (sqlite)

Supplying a terraform file to facilitate deployment would also be helpful.

6 months ago