I would appreciate some insights if this is a good/bad design choice.
I have a Dynamodb with an attribute of which all of which have to be fetched for an access pattern.
Instead of doing a parallel scan, would it be OK to write through in elastic cache(Redis set) so that it can looked up instantly?