I m trying to run a scrapy spider in AWS Lambda.
I am getting this error :
module initialization error: 'twisted.internet.reactor'
how can I move forward ?
Edit : I read Scrapy throws error ReactorNotRestartable when runnning on AWS Lambda which relates to a different error. None of the answers seems to apply to my case.