whois21
whois21 copied to clipboard
Can't use in AWS Lambda
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.)