django-s3-sqlite icon indicating copy to clipboard operation
django-s3-sqlite copied to clipboard

An AWS S3-hosted SQLite database backend for Django. Originally developed with Zappa-Django-Utils. Not for important use!

Results 5 django-s3-sqlite issues
Sort by recently updated
recently updated
newest added

Hi there, i'm getting: ` botocore.exceptions.ClientError: An error occurred (InvalidToken) when calling the PutObject operation: The provided token is malformed or otherwise invalid. ` I've been exploring the below (bottom...

The Readme points to some instructions for building pysqlite3, but that may not actually be necessary. The [pysqlite3](https://github.com/coleifer/pysqlite3) project offers precompiled binaries, I was able to get things working through...

Just an idea I had, you could use DynamoDB as a mutex lock to prevent concurrent write operations from overwriting each other. This might be useful for some who are...

See if this might be more viable for storing the SQLite DB: https://aws.amazon.com/blogs/aws/new-a-shared-file-system-for-your-lambda-functions/

Hi there, awesome project this :) I suspect I need to add some specific S3 extra_permissions to get access to the bucket containing the sqlite file. Will report back as...