1 comment

[ 3.2 ms ] story [ 15.6 ms ] thread
Feature flag SDK normally have background workers, but that's not available with a Netlify function that is running as a Lambda.

I implemented FeatureFlags in Netlify in two different ways and compared. For most applications I think accepting some long tail latency is the best path.

If it really matters, moving to AWS instead and using a Lambda extension feels like the best choice.