-
Notifications
You must be signed in to change notification settings - Fork 185
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
does lambdaVersion parameter work? #407
Comments
Can be corrected if I'm wrong, but afaik our version predates Lambda getting versions/aliases builtin. So this is probably a feature request. |
@teebu As you pointed out, Would you like to set |
I would like the version param to actually create the version not just the name, and additional support for Alias. |
Yes. Version update option would make it so cool!!! |
Two years later... any updates? It still just creates a new lambda and adds version to name. |
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
version
ing 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
The text was updated successfully, but these errors were encountered: