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
In particular, this is surprising, because I'm viewing the serverless-related documentation, and this page is using the node package. The latter exports the referenced method, but not the serverless package, that you'll be using in AWS Lambda.
Suggested Solution
Re-export the method from node in the serverless package or fix the docs.