I'm struggling to remember the name of a JS framew...
# random
t
I'm struggling to remember the name of a JS framework for lambda. I think it implements the hexagonal pattern, I know some people in here use it
Of course I found it right after posting, laconia
a
Oh yeah I used it, but is not very well maintained.
I’ve been looking for frameworks, there is a couple, but doesn’t have too many things that NestJS has.
t
what do you like about nestjs?
a
DI mostly, and Schema validations, etc.
And also the way all it’s organized, controllers, etc.
But well, in Lambda we don’t need that.
r
We ended up writing our own libraries following hexagonal architecture, it makes it easier to test/change for us