@bitblit/epsilon
Version:
Tiny adapter to simplify building API gateway Lambda APIS
12 lines (11 loc) • 487 B
TypeScript
import { ProxyResult } from 'aws-lambda';
export declare class EpsilonConstants {
static readonly DEFAULT_HANDLER_FUNCTION_NAME: string;
static readonly DEFAULT_CORS_ALLOWED_HEADERS: string;
static readonly DEFAULT_CORS_RESPONSE: ProxyResult;
static readonly AUTH_HEADER_PREFIX: string;
static readonly AUTH_HEADER_NAME: string;
static readonly AUTH_HEADER_NAME_LOWERCASE: string;
static readonly CORS_MATCH_REQUEST_FLAG: string;
private constructor();
}