export type GenericAwsEventHandlerFunction = (event: T) => Promise;