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 usually avoid boilerplates but concise and minimal ones (like this one) are very handy to kick-start and get straight to hacking part.
You are depending on your own 'handly' project 'based on' middy but its really just middy without the option to pick what middlewares you want.
your readme for handly says to
import handly
const handler = /* a handler */
export handly(handler)
where handly is essentially import middy
const handly = handler => middy(handler).use(/*a bunch of middleware*/
export handly
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.
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...)
Actually, now that I think of it, since this is an AWS limitation, it may actually be fine on other providers.