How to prevent background-function spamming

Hi

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?

Ty - marc

Short answer is, you can’t.

Take a look at:

Ok thanks anyway. Very nice answer you wrote there. clear and understandable. :muscle: