3
4 Comments

Is there anywhere one can host a single API endpoint for free?

Is there anywhere one can host a single API endpoint for free?

on July 20, 2021
  1. 1

    Netlify cloud functions also have the free tier. They're based on AWS lambda, offer 125,000 requests/month, and 100 hours of runtime

  2. 1

    AWS Lambda/API Gateway free tier should cover quite a bit of traffic. Deploying with Serverless (https://www.serverless.com/) or AWS Amplify CLI (https://docs.amplify.aws/cli) is super simple and quick.

  3. 1

    Does heroku not support this?

    1. 2

      yeah it does. Go for heroku