UNPKG

archfit

Version:

Validate the fitness of your AWS solutions, without the heavy lifting!

8 lines (7 loc) 163 B
export type APIGatewayErrorRates = { id: string; invocationsCount: number; totalErrors: number; clientErrors: number; serverErrors: number; };