claudiajs / claudia

Deploy Node.js projects to AWS Lambda and API Gateway easily

Home Page:https://claudiajs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Fabiomad85 opened this issue · comments

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

  • Expected behaviour:
    Execute successfully a POST request

  • What actually happens:
    obtain the error no handler for POST /ENDPOINT

  • Link to a minimal, executable project that demonstrates the problem:

  • Steps to install the project:
    look the file ./node_modules/claudia-api-builder/src/api-builder.js

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