suminb/translator

Static frontend

Closed this issue · 1 comments

  • Server a static frontend (index.html) off S3
    • We could redirect all HTTP traffic to HTTPS. This can be done with Cloudflare with virtually no effort.
    • https://better-translator.com
  • Run the backend on AWS API Gateway + Lambda (with Serverless)
    • This is HTTPS only
    • https://api.better-translator.com
  • But how are we going to deal with different locales?

aa85411 resolves this.