whois21 icon indicating copy to clipboard operation
whois21 copied to clipboard

Can't use in AWS Lambda

Open jcfergus opened this issue 1 year ago • 0 comments

This is a nice package, but it's unusable within the context of an AWS Lambda, because it tries to write data to disk, and lambda filesystems are read-only. I wonder if it would be possible to create a version that caches data in memory and doesn't try to write it to disk? (I know it would be less performant, but at least it would work.)

jcfergus avatar Dec 23 '23 16:12 jcfergus