You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-1Lines changed: 14 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -124,9 +124,22 @@ export interface Order {
124
124
}
125
125
```
126
126
127
-
I had to write a few converter functions to map a Typescript object into a DynamoDB item and viceversa. An example of the Customer object being converted to a DynamoDB item is the following:
127
+
I had to write a few converter functions to map a domain model object into a DynamoDB item and viceversa. An example of the _Customer_ object being converted to a DynamoDB item is the following:
0 commit comments