https://www.growthbook.io/ logo
b

blue-exabyte-67168

07/26/2023, 9:14 PM
Are there any known issues around using
gb.loadFeatures
from an AWS lambda@edge function? Our features object is coming back empty in this case, I guess the request is blocked somehow?
f

fresh-football-47124

07/27/2023, 1:33 AM
it should work fine from the edge
are you sure the lambda is waiting for the request properly?
b

blue-exabyte-67168

07/27/2023, 1:27 PM
I think so, we are using
async/await
We are going to try requesting the API directly rather than using the SDK, but if you think of other possible explanations please still share 🙂