UNPKG

@bitblit/ratchet-epsilon-common

Version:

Tiny adapter to simplify building API gateway Lambda APIS

8 lines (7 loc) 247 B
export interface BackgroundAwsConfig { queueUrl: string; notificationArn: string; sendNotificationOnBackgroundError?: boolean; sendNotificationOnBackgroundValidationFailure?: boolean; backgroundProcessFailureSnsArn?: string; }