-
Notifications
You must be signed in to change notification settings - Fork 126
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
fix: Fix deployment status when the function name is specified #225
Conversation
knightdna
commented
Jul 2, 2020
- fixes the logic to get the function name in service
- handles the case when the specified function name contains dash
- adds test case
9731c7a
to
d2c9e52
Compare
I still got the error with your PR code @knightdna
|
Turns out the function field has to be the same as the function name. It then works.
my serverless.yaml
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it seems good to ok. Just one thing i figure out the function name has to be same as the name
@knightdna @medikoo I already made approval for changes. It seems still need a approving review. How can i make one ? Or anyone else can do it ? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
reviewed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @IamGabrielWu for reviewing!
@medikoo thanks for merging this. when will the fix be released ? |
@IamGabrielWu for release I believe we need to revert #219 as it brought the regression which was not addressed yet (handled here: #223) Are you able to prepare a "Revert PR", usually GitHub provides button to do so at merged PR page, do you see it? Having that fixed, we can go with release PR (merging it in will publish new version) |
Thanks a lot @IamGabrielWu for reviewing and approving this PR as well as @medikoo for merging it. I can also help to prepare the revert PR. |