Hello,
How do you deal with getting updates of feature flags in Cloud Functions (e.g. AWS lambda).
⢠Just fetching the features on every feature check?
⢠Using the webhook is not an option in this scenario because the lambda function/docker container is behind a load balancer š¤ is that correct or do i have a mistake in my understanding?