Skip to content

Commit

Permalink
improve architecture.md
Browse files Browse the repository at this point in the history
  • Loading branch information
googley42 committed Oct 12, 2024
1 parent d48bc4c commit 4abb11a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/concepts/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ In the below diagram you can see the different layers of library and its depende

![architecture diagram](architecture.png)

Although there are two APIs, the High Level API is the recommended way to interact with the library as it provides a more type safe way to interact with DynamoDB.
Although there are two APIs, the High Level API is the recommended way to interact with the library as it provides a type safe way to interact with DynamoDB together with a huge amount of boilerplate reduction.
4 changes: 3 additions & 1 deletion docs/reference/dynamodb-query.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ id: dynamodb-query
title: "DynamoDBQuery"
---

interaction with DynamoDBExecutor
TODO

interaction with DynamoDBExecutor?

- put
- get
Expand Down

0 comments on commit 4abb11a

Please sign in to comment.