Giter Site home page Giter Site logo

parse-server-dynamodb-adapter's People

Contributors

benishak avatar solano-ci[bot] avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

parse-server-dynamodb-adapter's Issues

TypeError: this.adapter.updateSchemaWithIndexes is not a function

I am using Parse Server 2.8.2. I was previously using a standard Mongo database and am trying to switch to DynamoDB.

I set up my DynamoDB table and server according to the readme file:

var dynamoAccessKeyId = process.env.DYNAMO_ACCESS_KEY_ID || '';
var dynamoSecretAccessKey = process.env.DYNAMO_SECRET_ACCESS_KEY || '';
var DynamoDB = require('parse-server-dynamodb-adapter').DynamoDB;
var dynamo = new DynamoDB('parse-server', {
  apiVersion: '2012-08-10',
  region : 'us-east-1',
  accessKeyId: dynamoAccessKeyId,
  secretAccessKey: dynamoSecretAccessKey
});

However, when I start my server, it crashes with this error:

TypeError: this.adapter.updateSchemaWithIndexes is not a function

See full log here: https://pastebin.com/izc7YN6E

Any idea what's going on here?

Report a vulnerability in benishak/parse-server-dynamodb-adapter

Hello, we have found a vulnerability in this repository, which may present serious security risks. However, we have been unable to locate a contact email to report the details of this vulnerability. We would like to know if you can provide an email address to confidentially discuss this matter and avoid public disclosure.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.