Are there any known issues around using `gb.loadFe...
# announcements
b
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
it should work fine from the edge
are you sure the lambda is waiting for the request properly?
b
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 🙂