I tried a few things, but I don't actually see this setting the version on the deployed lambda. All it does is set the name of the function, but not the actual versioning inside the lambda.

node-lambda version: 0.11.6
node-lambda deploy -L 3
node-lambda deploy --lambdaVersion 3
setting in .env config: AWS_FUNCTION_VERSION=3
I tried a few things, but I don't actually see this setting the version on the deployed lambda. All it does is set the name of the function, but not the actual
versioning inside the lambda.node-lambda version: 0.11.6
node-lambda deploy -L 3node-lambda deploy --lambdaVersion 3setting in .env config:
AWS_FUNCTION_VERSION=3