xenial-black•2y ago
Error in deploymeny with AWS lambda
Getting this error in AWS lambda deployment :
attaching the zip folder used for deployment.
(I think in new files/folders cannot be created, I might be wrong)
How can I solve this problem?

1 Reply
Hi
We generally discourage using the JSON files on lambda,
It is better to just disable this and keep only the in memory data.
See: https://crawlee.dev/docs/deployment/aws-cheerio
Hope this helps 🙂
Cheerio on AWS Lambda | Crawlee
Locally, we can conveniently create a Crawlee project with npx crawlee create. In order to run this project on AWS Lambda, however, we need to do a few tweaks.