recommendation-api icon indicating copy to clipboard operation
recommendation-api copied to clipboard

Mc 1578 add event bridge rule

Open mmiermans opened this issue 1 year ago • 0 comments

Goal

Prevent outages of Pocket Home that were caused by recommending a removed corpus item. When the GraphQL corpus item resolver cannot find an item, the entire response will fail.

The remediation we settled on is to temporarily insert removed items in a shared cache, based on the EventBridge remove events.

Todos

  • [ ] Outstanding todo
  • [x] Completed todo

Review

  • [ ] Security @ReviewerA
  • [ ] Test coverage @ReviewerC
  • [ ] ...

Have you followed the guidelines in our Contributing document?

Deployment

  • [ ] Secrets?

Reference

Tickets:

  • Link to JIRA tickets

Implementation Decisions

mmiermans avatar Dec 19 '24 09:12 mmiermans