Kelly Davis
10/22/2021, 1:43 PMsrcPath: '../js/mylambda',
handler: 'src/index.handler'
This seems to work fine in live debug mode (as well as with 0.40.5 if we drop srcPath and set handler to full path), but when this is actually deployed, the handler set on the lambda is:
../js/mylambda/src/index.handler
and it looks like I have a package.json and package-lock.json and a node_modules folder but no source code.
I need some guidance on the quickest way to get this working again 🙏thdxr
10/22/2021, 1:45 PMthdxr
10/22/2021, 1:45 PMKelly Davis
10/22/2021, 1:49 PMthdxr
10/22/2021, 1:53 PMthdxr
10/22/2021, 1:53 PMKelly Davis
10/22/2021, 1:54 PMthdxr
10/22/2021, 1:54 PMKelly Davis
10/22/2021, 1:54 PM