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 included underscore mainly because we are using it for frontend, so I guess everybody is used to it and people may need it in other lambda functions.
As for platform and cliend_id, should we hard code them instead? beacuse we dont want customers to use random values?
for client_id and platform, I think the fallback value for clientId is fine. I guess I'm just surprised the API call with an empty platform is working and not failing platform validation in the Sugar API. Did I maybe miss the value getting added somewhere?
I think if this is the only time we use underscore, can we use Object.assign() and not add a dependency?
If we're going to possibly use these env options, should we go ahead and include them as template parameters?
The text was updated successfully, but these errors were encountered: