-
Notifications
You must be signed in to change notification settings - Fork 15
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
cannot delete more than 10 variables in config #32
Comments
Thanks for your report. Please provide more information. Which cloudlift command? What 10 variables? |
in cloud lift command edit_config, it opens up an editor to update env variables which internally updates it to parameter store. |
I just added 100 parameters to a service with no issues. Can you share the stacktrace and exception? |
Traceback (most recent call last): |
sorry, for wrong info, i am not able to delete more than 10 at once. |
boto throw's error of max limit reached incase we modify more than 10 variables, code should internally make multiple API calls to overcome this limit.
The text was updated successfully, but these errors were encountered: