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