(Using VSCode and Typescript)
I have many functions and would like to organise them in to folders, but when I do I get an Error during invocation
- most likely because the netlify-lambda serve src/lambda
call doesn’t care about my folder structure.
- lamda
- some-auth-file.js
- src
- lamda
- auth
- some-auth-file.ts
Is it possible to use folders to organise?