I keep getting this error in the aws-lambda console when uploading code from a zip file. I have tried uploading other zip files and they work correctly. The .js file is name
This is unrelated but google brought me here, so:
AWS will give you an error:
Unable to import module '': Error
What was really happening for me, was that was requiring an unexisting JS file. The error is a bit misleading.