Greg S Tucker

Results 4 issues of Greg S Tucker

Need to update docs for new functionality landed in https://github.com/baseprime/dynamodb/pull/2 @andrewmunsell @bh42 @ryanwmarsh

help wanted
verified

Example: (Using https://jsonplaceholder.typicode.com) ```javascript class BaseResource extends Resource { static client = new CustomClient('https://jsonplaceholder.typicode.com') } class UserResource extends BaseResource { static endpoint = '/users' } class TodoResource extends BaseResource {...

bug

Anyone have any thoughts regarding this? Thinking of adding this in the next release.

question

Added `usingIndex` support to `Scan`