I've built a Layer for Lambdas using instructions here. The package I'm trying to add is: selenium-wire
When I test my Lambda I get this:
[ERROR] Runtime.ImportModuleError: Unable to import module 'lambda_function': No module named 'seleniumwire' Traceback (most recent call last):
Any Ideas?
I've tried including the package contents of selenium-wire within the folder which imports seleniumwire, but gives me an error pointing to invalid ELF which is what led me to use the instructions linked above.