# README
jsonapi-aws-dynamodb
# Packages
No description provided by the author
# Functions
NewPagination creates a new pagination instance.
# Constants
references the page cursor in the page record.
references the last evaluated key in the page record.
# Structs
Pagination structs provide a way to generate and store pagination cursors within a DynamoDB table.
# Interfaces
Getter implements the DynamoDB client Get API.
PaginationKeyProvider is responsible for generating DynamoDB API input structs that allows the client to retrieve and store page records to a dynamodb table.
Putter implements the DynamoDB client Put API.
# Type aliases
Record is a type alias for DynamoDB attribute value map.