Skip to content
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

Open
teebu opened this issue Jan 10, 2018 · 5 comments
Open

does lambdaVersion parameter work? #407

teebu opened this issue Jan 10, 2018 · 5 comments

Comments

@teebu
Copy link

teebu commented Jan 10, 2018

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.

image

node-lambda version: 0.11.6

node-lambda deploy -L 3
node-lambda deploy --lambdaVersion 3
setting in .env config: AWS_FUNCTION_VERSION=3

@teebu teebu changed the title does lambda version work? does lambdaVersion parameter work? Jan 10, 2018
@DeviaVir
Copy link
Collaborator

Can be corrected if I'm wrong, but afaik our version predates Lambda getting versions/aliases builtin. So this is probably a feature request.

@abetomo
Copy link
Contributor

abetomo commented Jan 11, 2018

@teebu As you pointed out, lambdaVersion is used only for setting FunctionName.

Would you like to set lambdaVersion to Version description and Publish new version?

@teebu
Copy link
Author

teebu commented Jan 11, 2018

I would like the version param to actually create the version not just the name, and additional support for Alias.

@thaneeshshanand
Copy link

Yes. Version update option would make it so cool!!!

@teebu
Copy link
Author

teebu commented May 8, 2020

Two years later... any updates? It still just creates a new lambda and adds version to name. name-#

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants