Posts by bsantoss • 39 points
3 posts
-
2
votes1
answer47
viewsQ: How do I make the user repository use the extends property?
I’m trying to make a generic repository, I’m using Mongodb for that, I tried to import it and use it with the property extends other classes, but did not succeed. What I need is to make the class…
-
0
votes1
answer31
viewsQ: How do I updateItem an element nested in Dynamodb?
I have a Map format structure stored in Dynamodb, and would like to add another attribute within the school object, something like: { name: 'Felipe' uid: 112233, data: { structure: { school: { name:…
-
-1
votes1
answer69
viewsQ: How to publish a package to NPM with custom CLI
I created a folder structure developed for project in Nodejs, but I would like to publish it in NPM with a custom CLI, so that it was possible to choose what to install, something like:…