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 aliases is missing #66

Open
Jimmy89 opened this issue Feb 9, 2024 · 0 comments
Open

Support for aliases is missing #66

Jimmy89 opened this issue Feb 9, 2024 · 0 comments

Comments

@Jimmy89
Copy link

Jimmy89 commented Feb 9, 2024

The current version (2.0.1) does not support alias names for lambda invocations. I support the "$LATEST" tag and version numbers, but not any other alias e.g. stable. Therefore, if a lambda is called with the stable tag the code thinks a different lambda version must be called as isDifferentTarget is set to true (because the lambda version number is used for comparison instead of the tag). Therefore, it tries to call the lambda again instead of triggering a delay.

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

No branches or pull requests

1 participant