Greg S Tucker
Greg S Tucker
Need to update docs for new functionality landed in https://github.com/baseprime/dynamodb/pull/2 @andrewmunsell @bh42 @ryanwmarsh
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 {...
Anyone have any thoughts regarding this? Thinking of adding this in the next release.
Added `usingIndex` support to `Scan`