You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Lambda function to authenticate and rate limit the incomming user request's according to their respective subscriptions in the background without increasing the overall latency for my new Real time SAAS Spark.
It is an optimized version re-written in go which I previously wrote in Rust (https://github.com/Axnjr/authLambda) it takes around 800ms to process requests
About
Serverless AWS Lambda function to handle Authentication & Rate limit for Computeflow my SAAS, written in Go earlier in Rust