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

Support for Lambda built-in versions and aliases #49

Open
haack opened this issue Jan 13, 2016 · 10 comments
Open

Support for Lambda built-in versions and aliases #49

haack opened this issue Jan 13, 2016 · 10 comments

Comments

@haack
Copy link

haack commented Jan 13, 2016

Hello,

I was wondering if there we're plans to support or migrate to Lambda's official versioning (documented here: http://docs.aws.amazon.com/lambda/latest/dg/versioning-aliases.html).

I'd be happy to implement this and pull-request if it would be useful.

@haack haack changed the title Support for Lambda built-in versions and alias' Support for Lambda built-in versions and aliases Jan 13, 2016
@haack
Copy link
Author

haack commented Jan 18, 2016

Because node-lambda uses the previous version of the AWS API (2014-11-11), which doesn't have support for built-in versions and aliases, I have written a separate package to handle versioning. Will publish once I have permission.

@motdotla
Copy link
Owner

Yes, plans would be to migrate to it.

I haven't given this repo any ❤️ for a long time.

I'm taking a look at things this weekend, but yes, @haack go ahead.

@jkervine
Copy link

jkervine commented Mar 6, 2016

Hi, I would really need this feature and would like to contribute. Is there a branch / fork where someone is already working on this or should I start from current master?

@DeviaVir
Copy link
Collaborator

Migrated to AWS API 2015-03-31 in this PR: #64
Which clears the way for actual versioning (not implemented in the scope of that PR).

@DeviaVir
Copy link
Collaborator

@jkervine (and others) now the AWS API is updated, feel free to pick up versioning for this project.

@teebu
Copy link

teebu commented Jul 2, 2016

any news on this? i'd like to see some sort of version/aliasing

@ajagnanan
Copy link

Hey guys, do you have an update on when this will be implemented?

@DeviaVir
Copy link
Collaborator

@ajagnanan this is an open ticket with (far as I know) nobody working on it at the moment.

@duhseekoh
Copy link

duhseekoh commented Apr 11, 2017

I'm curious how others are getting around this? Do you essentially just always have a $LATEST version and no aliases?

How do you know what version is actually out there?

@DeviaVir
Copy link
Collaborator

You can use AWS_FUNCTION_VERSION environment variable which appends the version to the function name but does not actually use the versions functionality yet.

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

7 participants