UNPKG

archfit

Version:

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

3 lines (2 loc) 209 B
import { RequestValidation } from '../../interfaces/RequestValidation'; export declare function checkForRequestValidation(region: string, apiGatewayId: string, resourceId: string): Promise<RequestValidation>;