How can I scrape PDFs within a Lambda function and save them to an S3 bucket? – Amazon web services
I'm trying to develop a simple lambda function that will scrape a pdf and save it to an s3 bucket given the url and the desired filename as input data. I keep receiving the error "Read-only file system,' and I'm…