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: v2-v3-migration.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -11,10 +11,10 @@
11
11
12
12
## Todo
13
13
Search for `TODO v3:` to see open issues / notes, here are some more general ones:
14
-
-[] Make sure the snippets compile
14
+
-[x] Make sure the snippets compile
15
15
-[ ] Check on new attribute type [$UnknownAttribute](./src/mapper/type/attribute.type.ts) and implement tests
16
-
-[ ] Add new demo with aws-cdk
17
-
-[] Make tests compile and run successfully
16
+
-[ ] Add new [demo](https://github.com/shiftcode/dynamo-easy-demo) with aws-cdk
17
+
-[x] Make tests compile and run successfully
18
18
-[ ] Remove [sessionValidityEnsurer](./src/config/dynamo-easy-config.ts) and add demo with using [middleware stack](https://github.com/aws/aws-sdk-js-v3#middleware-stack)
19
19
to implement the same
20
20
-[ ] Switch to new implementation of pagination, see [official doc](https://github.com/aws/aws-sdk-js-v3#paginators).
0 commit comments