sfxpt
1
All the examples from examples/aws-node at v3 · serverless/examples · GitHub 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 –