UNEP / mpa-toolkit-from-fndvit

0 stars 1 forks source link

Authors cache management updates #95

Open mattosborn opened 2 years ago

mattosborn commented 2 years ago

We need to handle cache management for changes to authors. This is similar to the changes that were needed for tags, and the issues and PRs for that should contain all the information needed for this!

Links

mattosborn commented 2 years ago

Events

https://github.com/fndvit/mpa-toolkit/blob/4ec4d20409dc695ecd1ef0d3ff1585cabbf15b06/src/lib/events.ts#L23-L38

Event publishing

https://github.com/fndvit/mpa-toolkit/blob/4ec4d20409dc695ecd1ef0d3ff1585cabbf15b06/src/lib/prisma/wrappers.ts#L209

Surrogate keys

https://github.com/fndvit/mpa-toolkit/blob/09099d570e98ebf3dc55388318e40501a58bd74f/src/routes/%5Bslug%5D.ts#L12-L13

Event handling

https://github.com/fndvit/mpa-toolkit/blob/09099d570e98ebf3dc55388318e40501a58bd74f/src/lambda/cache-purger.ts#L74-L79