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
Hi there, thanks in advance for this very helpful repo. I noticed that if I attempt to use fetch, it will work locally, but fail when deployed. Is this to be expected? I assumed ES7 support covered fetch, however maybe that was a dumb assumption.
Hi there, thanks in advance for this very helpful repo. I noticed that if I attempt to use
fetch
, it will work locally, but fail when deployed. Is this to be expected? I assumed ES7 support coveredfetch
, however maybe that was a dumb assumption.Steps to reproduce:
const reponse = ...
lineserverless webpack invoke -f hello -l
serverless deploy -v
serverless invoke -f hello -l
The text was updated successfully, but these errors were encountered: