Function schemaPathParams

Utility to parse the query parameters of an API Gateway event into a type.

  • Type Parameters

    • A
    • I
    • R extends never

    Parameters

    • schema: Schema<A, I, R>
    • Optionaloptions: ParseOptions

    Returns Effect<A, ParseError, APIGatewayProxyEvent>