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
A dynamoDB client which provides an easy to use fluent api to execute requests. It supports typescript decorators, to define the necessary metadata for your models. You don't need to care about the mapping of javascript types to their dynamo types any more. We got you covered.
10
+
A DynamoDB client which provides an easy to use fluent api to execute requests. It supports TypeScript decorators to define the necessary metadata for your models. You don't need to care about the mapping of JavaScript types to their DynamoDB types any more. We've got you covered.
11
11
12
12
Built with :heart: by [shiftcode](https://www.shiftcode.ch).
13
13
@@ -33,10 +33,10 @@ personStore
33
33
34
34
```
35
35
36
-
## Ressources
36
+
## Resources
37
37
- 🤓 Learn more visiting the [docs](https://shiftcode.gitbook.io/dynamo-easy)
38
38
- 📖 Checkout the technical API documentation [api docs](https://shiftcode.github.io/dynamo-easy/)
39
-
- 🚀 Check the running sample on [Stackblitz](https://stackblitz.com/edit/dynamo-easy-node-sample)
39
+
- 🚀 Check the running sample on [StackBlitz](https://stackblitz.com/edit/dynamo-easy-node-sample)
0 commit comments