You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.)
The text was updated successfully, but these errors were encountered:
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.)
The text was updated successfully, but these errors were encountered: