Faceteer CDK filters all the files in the service folder to pick ones that end with .handler.ts or .handler.js.
It would be a good extension to let users override this filtering. Some people could prefer to only deploy .handler.ts or .handler.js files, or they could have their own naming scheme like .lambda.ts. Users should be able to pass a regex, or a function, that can be ran against file paths to decide if the file should get required and deployed.
Faceteer CDK filters all the files in the service folder to pick ones that end with
.handler.tsor.handler.js.It would be a good extension to let users override this filtering. Some people could prefer to only deploy
.handler.tsor.handler.jsfiles, or they could have their own naming scheme like.lambda.ts. Users should be able to pass a regex, or a function, that can be ran against file paths to decide if the file should getrequired and deployed.