Is the new AWS index.mjs supported?

All the examples from https://github.com/serverless/examples/tree/v3/aws-node 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 –