An open API service indexing awesome lists of open source software.

https://github.com/axnjr/authlambdago

Serverless AWS Lambda function to handle Authentication & Rate limit for Spark my SAAS, written in Go earlier in Rust
https://github.com/axnjr/authlambdago

authentication authorization aws aws-go-sdk aws-golang aws-lambda background-jobs background-service db fast go golang optimization rate-limiter rate-limiting rust

Last synced: 8 months ago
JSON representation

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

Awesome Lists containing this project

README

          

### 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