Invalid ELF header

As Ryan mentioned above, it’s a binary issue. Node modules need to be compiled for the target environment. If you’re supplying a .zip for the Lambda source code, and in that .zip is node modules compiled locally, it’s not going to work. See this post: