Skip to content

Can't use in AWS Lambda #8

@jcfergus

Description

@jcfergus

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.)

Metadata

Metadata

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions