netlify / vue-cli-plugin-netlify-lambda

Netlify Lambda plugin for Vue CLI
76 stars 12 forks source link

Can we have an option to change the lambda source path? #19

Open japalekhin opened 4 years ago

japalekhin commented 4 years ago

The source for the functions is hardcoded at ./src/lambda.

Can there be an option for this to be dynamic?

For example, I want my functions to be in ./src-lambda just beside ./src instead of inside.