New option --no-build that allows to skip building the package and new config files to specify function runtime. Can be used to upload non-python functions. For example:
together with lambda-uploader --no-build will take lambda_function.zip from project directory and upload as java function.
By default the runtime is set to python2.7 so the change is fully backwards compatible.
New option
--no-build
that allows to skip building the package and new config files to specify function runtime. Can be used to upload non-python functions. For example:together with
lambda-uploader --no-build
will takelambda_function.zip
from project directory and upload asjava
function. By default the runtime is set topython2.7
so the change is fully backwards compatible.