Skip to content

Commit

Permalink
docs(aws-sdk): update doc for v2 -> v3
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwittwer authored Aug 16, 2023
1 parent c5a1574 commit d3d6b94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions v2-v3-migration.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Migrate dynamo-easy to sdk v3

## To complete before releasing
- [ ] Update demo
- [ ] Update [demo](https://github.com/shiftcode/dynamo-easy-demo/tree/aws-sdk-v3)
- [ ] Update doc with new snippets

## Useful Links
Expand All @@ -13,7 +13,7 @@
Search for `TODO v3:` to see open issues / notes, here are some more general ones:
- [x] Make sure the snippets compile
- [ ] Check on new attribute type [$UnknownAttribute](./src/mapper/type/attribute.type.ts) and implement tests
- [ ] Add new [demo](https://github.com/shiftcode/dynamo-easy-demo) with aws-cdk
- [ ] Add new with aws-cdk WIP can be found [here](https://github.com/shiftcode/dynamo-easy-demo/tree/aws-sdk-v3)
- [x] Make tests compile and run successfully
- [ ] 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)
to implement the same
Expand Down

0 comments on commit d3d6b94

Please sign in to comment.