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) 88 B
export interface Format { contentType: string; apply<T>(content: unknown): T; }