-
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
Support for Lambda built-in versions and aliases #49
Comments
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. |
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. |
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? |
Migrated to AWS API 2015-03-31 in this PR: #64 |
@jkervine (and others) now the AWS API is updated, feel free to pick up versioning for this project. |
any news on this? i'd like to see some sort of version/aliasing |
Hey guys, do you have an update on when this will be implemented? |
@ajagnanan this is an open ticket with (far as I know) nobody working on it at the moment. |
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? |
You can use |
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.
The text was updated successfully, but these errors were encountered: