You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a question regarding running your wrapper within a lambda that might get called multiple times. I have a list of items I search for which triggers a Lambda for each item which in turn makes use of your API call ebay.browse.search. My question is do I need to get a single access token and re-use or should I just execute the call ebay.application.getOAuthToken within the Lambda every time?
Thanks for your time and effort with the API.
The text was updated successfully, but these errors were encountered:
Hi,
I have a question regarding running your wrapper within a lambda that might get called multiple times. I have a list of items I search for which triggers a Lambda for each item which in turn makes use of your API call
ebay.browse.search
. My question is do I need to get a single access token and re-use or should I just execute the callebay.application.getOAuthToken
within the Lambda every time?Thanks for your time and effort with the API.
The text was updated successfully, but these errors were encountered: