Skip to content

Commit

Permalink
feat: add new write event
Browse files Browse the repository at this point in the history
  • Loading branch information
smiley-uriux committed Nov 13, 2024
1 parent 7d3f73c commit 4627237
Show file tree
Hide file tree
Showing 5 changed files with 496 additions and 461 deletions.
5 changes: 5 additions & 0 deletions .changeset/giant-shrimps-laugh.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@jayalfredprufrock/dynamo-box': patch
---

feat: add new write event
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
"editor.codeActionsOnSave": {
"source.fixAll": "explicit"
}
}
}
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,3 +130,4 @@ It is currently being used in production environments so I welcome brave communi
- getGsi() and getGsiOrThrow() that fetches one record
- get() (optionally gsi variants) that allow a simple condition expression and pretends like
document doesn't exist if condition fails (useful for permission stuff)
- should event item object be transformed?
Loading

0 comments on commit 4627237

Please sign in to comment.