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
Starting with Lambda runtime version nodejs:22.v35, that corresponds to NodeJS v22.14.0, AWS has decided to stop supporting the ability to require ES modules.
The reported reason for discontinuing it is an overall performance penalty impacting all workloads, not only those making use of the option.
The request is, simply, to try reintroducing the -experimental-require-module flag support in the new runtime version when it will be available.
Many thanks.