issues
search
deanmoses
/
tacocat-gallery-sam
Back end for Tacocat photo gallery implemented on Amazon AWS Serverless Application Model (SAM)
0
stars
0
forks
source link
Search: update Redis when DynamoDB changes
#57
Closed
deanmoses
closed
10 months ago
deanmoses
commented
10 months ago
Implementation Notes
Use DynamoDB streaming
Set in Redis via
JSON.MSET
Apparently there's no option for 'start from the beginning of time' so I'll need another method to get the previous DDB data.
deanmoses
commented
10 months ago
This was fixed by 07ce877eea85840d45aa10922c2cd6ec7dade16c
Implementation Notes