oidc-authorizer
oidc-authorizer copied to clipboard
A high-performance Lambda authorizer for API Gateway that can validate OIDC tokens
Have you considered adding support for local JWKSet? It could squeeze the cold starts close to 0 when you have a low traffic API. This could be achieved passing the...
The SAM template for the SAR repository should allow specifying a custom log group or providing a custom retention period for the Lambda log group. This is something that can...
It would be nice for this lambda to post some custom metrics such as: - Successful request - Failed request (possibly with the error type as part of the metric)...
If you try to use an HTTP Api Gateway (with event set to v2), you will probably see this error: ``` ERROR building error response for Lambda Runtime API error=DeserializeError...