Optional
Lambda@Edge function log level. Enabling the DEBUG logging will cause the logging of all request data including headers and cookies. This will expose sensitive data such as access tokens in the logs. Enable DEBUG logging with care!
DEBUG
INFO Copy
INFO
OIDC configuration
Lambda function timeout. Must be between 1 and 5 seconds
Duration.seconds(5) Copy
Duration.seconds(5)
Lambda@Edge function log level. Enabling the
DEBUGlogging will cause the logging of all request data including headers and cookies. This will expose sensitive data such as access tokens in the logs. EnableDEBUGlogging with care!