Hhmmm, I’m not really sure I see the point wthis: it’s really only “get started quickly” for “the single exact case where you happen to be using JS and DynamoDB and Webpack”. It doesn’t seem to really offer anything over the base format that you couldn’t add in like 2 mins flat anyway.
I disagree, as someone who has nominally used serverless (but never on Lambda) and nominally used webpack (but with little experience outside the context of building with webpacker in a Rails app), this actually looks like exactly what I needed.
And I likely won't use DynamoDB, but little depth has been spent on explaining anything at all about Dynamo, it works as an example of how to get to use serverless plugins. To me this looks like just enough tutorial to cover the top of one page without losing my interest.
Reading past the "serverless offline" part, I think I've just made up my mind and will try the serverless framework again.
I don't speak for the middy project and I don't know how long you have been developer so I don't want to discourage you too much, but that seemed a little off.
unrelated: I tried to check out your website and got a certificate error.
Actually handly is just here to allow a single import on every serverless handler. I haven't worked much on the readme yet, but the idea is to gather all the "mandatory" middy middlewares as well as some middlewares I find necessary into a single dependancy.
sls user (though not very frequent) here. Read the entire readme, still can't figure out what it does and why/if I need it. This is meant as constructive feedback - please put the "what problem it solves" section at the top. I don't know what "boilerplate" is.
I think it's sort of advertising for handly/middy and the other "getting started" things that the author uses himself.
If you're already using sls, you might not need it. I still haven't quite figured out how one is meant to use Serverless, so I think this was written for me. (I am a Rails dev with lots of Kubernetes experience, not that you'd need that...)
I do, and if you are building a large app, I would recommend against using serverless. At least the library, since it has a limit of about 20 endpoints unmodified.
That's unfortunately not true. Everything the boilerplate provides is both necessary to get a nice developing experience and not provided by default by serverless.