• Yes if you're producing a very small api service, the stdlib contains almost all the pieces you'll need, and I think avoiding dependencies is a good idea.


    I guess frameworks start to shine where you have 50 services say for the same org, and want to share as much simple code as possible between them, have the same build and deploy pipeline for all, in which case using a framework or tool can help to keep things consistent.