Skip to content

avoid using DynamoDB Scan function to list most recent Pastes of a user #47

Description

@socraticDevBlog

dynamodb scans read every items in the table

when the table is large, it will consume more resource than we want

alternate ways of reading items in table are possible and should be used (index and ...)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions