-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
deployment based on api stages implemented #1365
base: master
Are you sure you want to change the base?
Conversation
3 similar comments
I'd really like to see this functionality! |
@anush0247 I support your effort here. I'll be reviewing your changes. Alas I am new to this codebase. Please get in contact if I can be of assistance. |
@PeteW I would like to help you with your queries, in a week I will resolve all the conflicts and update pr |
Just a ping here to see if we can get this functionality added? |
@@ -98,6 +98,7 @@ class ZappaCLI(object): | |||
profile_name = None | |||
lambda_arn = None | |||
lambda_name = None |
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.
I would remove lambda_name
here.
I added some fixes to my code here to use this: corteva@7a0c790 |
updated PR of #663
fixed #628 #254