Hi,
any suggestion on handling concurrency in a netlify function (endpoint).
For example, imagine a ticketing system where only 10 tickets are available but 100 requests come in at the same time. How would you fix this problem in a serverless world?
Thanks for the help