I’ve got some lambda-functions im currently testing locally. Some get executed on page visit, some on user action like clicking a button. How do I prevent a user/bot to overuse these functions? I fear I could face the request limit if something goes bad.
I know about cookies and sessionStorage. Any other recommended methods?