Secure Authorizer for Amazon API Gateway (AWS, Python) by Andrei DemidovSecure Authorizer for Amazon API Gateway (AWS, Python) by Andrei Demidov

Secure Authorizer for Amazon API Gateway (AWS, Python)

Andrei Demidov

Andrei Demidov

A Lambda-based authorizer that securely validates API keys for Amazon API Gateway using AWS Secrets Manager. It supports seamless key rotation with Secrets Manager versioning, prevents timing attacks using constant-time comparison, and offers detailed security logging.
Like this project

Posted Jan 16, 2025

A Lambda-based authorizer that securely validates API keys for Amazon API Gateway using AWS Secrets Manager.