I'm currently considering putting a PR together to add support for:
I was thinking of changing build_lambda (and create_lambda_dockerfile) to take an additional renv_folder parameter, and to allow multiple files in runtime_path - with either the first file as the main entrypoint or with some other way of indicating which file to treat as the main.
I think these should be fairly straightforward to add, but I thought I'd open the PR to check whether this is of interest to r2lambda - or if there are any special or design considerations - before I started on writing any code 👍
I'm currently considering putting a PR together to add support for:
mainFunction.R,functions.R,helpers.R, ...I was thinking of changing
build_lambda(andcreate_lambda_dockerfile) to take an additionalrenv_folderparameter, and to allow multiple files inruntime_path- with either the first file as the main entrypoint or with some other way of indicating which file to treat as the main.I think these should be fairly straightforward to add, but I thought I'd open the PR to check whether this is of interest to r2lambda - or if there are any special or design considerations - before I started on writing any code 👍