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
There was an release last year that bump the version of aws sdk from version 2 to 3. But in version 3 the lambda response payload is now unit8array (look at the discussion here) , so we need to convert the response before doing JSON.parse()
There was an release last year that bump the version of aws sdk from version 2 to 3. But in version 3 the lambda response payload is now
unit8array
(look at the discussion here) , so we need to convert the response before doing JSON.parse().e.g.
The text was updated successfully, but these errors were encountered: