We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
Will have to check this SOF Linkexport concept with Google Cloud Function. Seems Firebase Function will work. https://stackoverflow.com/a/46572787/4987993
export
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: