pouchdb / pouchdb-server

CouchDB-compatible server built on PouchDB and Node
Apache License 2.0
948 stars 154 forks source link

'DB open requires options argument with "dynamo" key' - when trying to use --level-backend level-dynamodb #467

Open refacktor opened 1 year ago

refacktor commented 1 year ago

I assume I'm getting this error because level-dynamodb requires additional parameters to connect to dynamodb... and I don't see a way to pass them through pouchdb-server's --level-backend

Is there an easy workaround?