apollo-datasource-dynamodb
apollo-datasource-dynamodb copied to clipboard
Apollo DataSource framework for AWS DynamoDB
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.3 to 6.5.4. Commits 43ac7f2 6.5.4 f4bc72b package: bump deps 441b742 ec: validate that a point before deriving keys e71b2d9 lib: relint using eslint 8421a01 build(deps): bump...
I've created a subclass and upon first calling getMyItem it calls the inherited getItem which is implemented through the caching mechanism which isn't initialized unless initialize is explicitly called. It...
Contains all changes from PR #15 and adds a return value to the `delete` method.
The `query` method in `DynamoDBDataSource` is only setting the items in cache. It would be good to see it read from the cache before it hits the DynamoDB. Only `getItem`...
Hey Chris, Thanks for writing this datasource. Have enjoyed using it in my project. There has come a need for us to do batchWrite/ transactWrite in our project and I...