Hacker News new | ask | show | jobs
by iurisilvio 3131 days ago
To be honest, I have no idea. Maybe I'm even wrong about why it works.

I have a toy service with ~200k requests/day to a public service and I was blocked all the time.

After I changed to use API Gateway + Lambda as a proxy, never had these problems again. I just monitor the 4xx and 5xx errors and they are almost zero now.