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
The serverless SDKs use require to monkeypatch GCP and AWS related libraries. This does not work with ESM (and it gets even more complicated with bundling).
For now we made those SDKs CJS only, but we should investigate a long term solution to make these packages work with ESM.
Uh oh!
There was an error while loading. Please reload this page.
The serverless SDKs use
require
to monkeypatch GCP and AWS related libraries. This does not work with ESM (and it gets even more complicated with bundling).For now we made those SDKs CJS only, but we should investigate a long term solution to make these packages work with ESM.
The text was updated successfully, but these errors were encountered: