claudiajs / claudia

Deploy Node.js projects to AWS Lambda and API Gateway easily
https://claudiajs.com
MIT License
3.8k stars 274 forks source link

no handler for POST / with api builder and claudia-local-api #229

Open Fabiomad85 opened 2 years ago

Fabiomad85 commented 2 years ago

I am ussing claudia-local-api for local development before release on AWS. This error happens only in local environment

found this error return Promise.reject(no handler for ${routingInfo.method} ${routingInfo.path});