Is the new AWS index.mjs supported?

All the examples from examples/aws-node at v3 · serverless/examples · GitHub use

  • require and
  • callback

while nowadays AWS Lambda uses

  • index.mjs,
  • import and
  • direct return response.

Is such new approach supported by current serverless pls?

The is a question more or less extends on the one of –