UNPKG

487 BTypeScriptView Raw
1import { ProxyResult } from 'aws-lambda';
2export declare class EpsilonConstants {
3 static readonly DEFAULT_HANDLER_FUNCTION_NAME: string;
4 static readonly DEFAULT_CORS_ALLOWED_HEADERS: string;
5 static readonly DEFAULT_CORS_RESPONSE: ProxyResult;
6 static readonly AUTH_HEADER_PREFIX: string;
7 static readonly AUTH_HEADER_NAME: string;
8 static readonly AUTH_HEADER_NAME_LOWERCASE: string;
9 static readonly CORS_MATCH_REQUEST_FLAG: string;
10 private constructor();
11}