-
Notifications
You must be signed in to change notification settings - Fork 824
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
CLI should fail on init if app limit has been reached #10838
Comments
I have the same problem. I get a "kinda of" success message? but with an warning in the end saying the max number of apps has reached (I only have ONE app).
Then when I do
I also noticed a couple files changed. and when I run a
|
How would I reproduce this? |
Closing as this issue is now resolved |
|
Is this feature request related to a new or existing Amplify category?
No response
Is this related to another service?
No response
Describe the feature you'd like to request
If we have reached the 25 app limit for our chosen region, upon
amplify init
the CLI should failCurrently the CLI prints a warning in the large output from
amplify init
:However, this is easily missed, and when we attempt to add a resource we are presented with an ambiguous error:
(this error is looking for
AmplifyAppId
for our environment, though this does not exist because we have reached our app limit)Describe the solution you'd like
Describe alternatives you've considered
n/a
Additional context
No response
Is this something that you'd be interested in working on?
Would this feature include a breaking change?
The text was updated successfully, but these errors were encountered: