This message was deleted.
# give-feedback
w
This message was deleted.
f
What SDK are you using? We recommend caching the feature definitions instead of fetching them on every request. You can do this by storing it in a file or using a cache system like Redis.
d
we're using the react-sdk, that's pretty much what we're trying to do but i was wondering if there's a way to have Growthbook directly store the definitions to a specific folder, which can then be shared with a service that only serves the stored definitions
f
I see. Easiest thing right now would be adding a Webhook that triggers a lambda function to update S3 (or another filesystem).
d
got it, thanks!
151 Views