issue-28: added default limit as a setting (#29)
This commit is contained in:
parent
93ec519127
commit
efdc7f9e25
11 changed files with 194 additions and 148 deletions
|
|
@ -106,6 +106,10 @@ func createTable(ctx context.Context, dynamoClient *dynamodb.Client, tableName s
|
|||
|
||||
type notROService struct{}
|
||||
|
||||
func (n notROService) DefaultLimit() int {
|
||||
return 1000
|
||||
}
|
||||
|
||||
func (n notROService) IsReadOnly() (bool, error) {
|
||||
return false, nil
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue