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

Cannot use with custom NODE_PATH

NicholasKuchiniski opened this issue · comments

i have a function that uses NODE_PATH=src to require my modules from application (e.g. mymodule/myfunction)

When i try to use claudia create, the function always returns 500 because whe cant import my module with modules alias.
any solutions ?

function logs