6

Until about two weeks ago I thought serverless functions looked like this:

api.example.com/Cart.addToCart('product-1234', 1)

Turns out they're just normal API endpoints

Comments
  • 0
    That would be interesting to see URL endpoints potentially doing that one day, though.
Add Comment