Edward Asquith
Edward Asquith
Subsequently found `EntityItem` and friends, which helps quite a bit - eliminates the mapping issue. I missed this in the docs - found it indirectly through the repo examples. Leaving...
The Pager would be another good candidate - probably along with anything that is likely to need to be passed between methods or stored in a variable. I looked at...
Closing - I'll probably stick with plain Document Client for this project. electrodb looks really cool regardless
Sure. In this project, the presence of the attribute is treated like a typical nullable variable: - if it's there, do the thing - if it's not there, don't do...
I found [Mkdocs Material](https://squidfunk.github.io/mkdocs-material/) to be powerful and very easy to work with. In terms of examples, I can offer up [my own attempt at developer docs made for my...
Hmm. I'm building individually packaged lambda functions using esbuild, so the packages are varying between about 1 MB and 5 MB. But there are quite a lot of them in...
I believe this works now (as of 1.2.11). Piers is my colleague. We ended up needing a workaround originally (basically STS assume-role to get some more explicit credentials onto the...
We got bitten by this too. Node 14.x is kind of old now but we'd been holding back due to encountering other issues with serverless-offline. This kind of forces the...