UNPKG

@enter-at/lambda-handlers

Version:

An opinionated Typescript package that facilitates specifying AWS Lambda handlers including input validation, error handling and response formatting.

5 lines (4 loc) 148 B
export declare abstract class LambdaHandlerError extends Error { details?: string | undefined; constructor(details?: string | undefined); }