Thanks to visit codestin.com
Credit goes to github.com

Skip to content

DynamoDB wrapper function for each of the 4 main CRUD actions  #3

@DarrenSem

Description

@DarrenSem

CRUD

  • dynamoCreate()
  • dynamoRead()
  • dynamoUpdate()
  • dynamoDelete()

others maybe (?)

  • dynamoPatch() // partial Update (doesn't change omitted fields, which differentiates its HTTP method from "PUT" aka full record overwrite)
  • dynamoList() // to retrieve item(s) based on less performant query rather than via key/index (I think)

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