|
|
|
|
|
by gregjor
927 days ago
|
|
The programming profession defies parody. First isOdd and leftPad, now this. Seriously, if you can't install redis or something just like it, or just store a map as JSON in a file and read that, you can't call yourself a programmer. |
|
The concept of 'storing a map as JSON' in a serverless context usually translates to saving or reading a file in a bucket, like S3 or GCS, but then again, this brings us back to waste time installing and managing an SDK.
Got your point, and for larger projects, a more structured approach definitely makes sense. However, I often find myself needing something like this, so I went ahead and built it.