SMSomesh Mohanincodehall.hashnode.dev·Nov 17, 2023 · 2 min readAPI Rate Limiter - ImplementationIn our last article for rate limiter, we understood the path that we are going to take for building our rate limiter. Today we will look at the implementation of the same. Lua Script As discussed, we will employ a Lua script to address potential conc...00
SMSomesh Mohanincodehall.hashnode.dev·Nov 14, 2023 · 3 min readAPI Rate Limiter - TheoryIn this article, our focus will be on the API rate limiter—a crucial element within an API Gateway. To put it simply, a rate limiter restricts the number of API invocations per time unit for individual users, IPs, or APIs. Its role is to prevent abus...00