-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Hello Team,
https://github.com/modofunjs/modofun/blob/master/examples/todo-aws-lambda/index.js
Can I have more than one module
const myModule = require('./myModule');
and export them together to be registered in the serverless framework.
for e.g
const myModule = require('./myModule');
const yourModule = require('./yourModule');
exports.handler = modofun(myModule, yourModule, [ morgan('tiny') ])
If such feature is not available now, is this requirement can be considered for future enhancement.
Thanks and Regards,
Raj
Metadata
Metadata
Assignees
Labels
No labels