nfroidure / whook

Build strong and efficient REST web services.
https://slides.com/nfroidure/introducing-whook
MIT License
31 stars 7 forks source link

chore(ajv): fix ajv settings to avoid type coercition #171

Closed nfroidure closed 11 months ago

nfroidure commented 11 months ago

Type coercition is no longer necessary since parameters casting is done everywhere (see https://github.com/nfroidure/whook/blob/5c171f7d214529bc2eb641c2ae87321174f51824/packages/whook-aws-lambda/src/wrappers/awsHTTPLambda.ts#L348)