Skip to content

Serverless AWS Lambda function to handle Authentication & Rate limit for Spark my SAAS, written in Go earlier in Rust

Notifications You must be signed in to change notification settings

Axnjr/authLambdaGo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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