reapit / foundations

Foundations platform mono repo
57 stars 21 forks source link

Keeping notifications API lambda warm (or reduce startup time) #10602

Open plittlewood-rpt opened 8 months ago

plittlewood-rpt commented 8 months ago

Background context It has been noted that the response time from the notifications API can be quite lengthy. This is because there's hardly anyone using the API currently and so the execution environment goes cold. We should look at reducing the startup time and/or keeping the environment warm with an eventbridge scheduled event like we do with some of the other services

Specification

HollyJoyPhillips commented 2 months ago

Internal reference: PBI-5713