-
Notifications
You must be signed in to change notification settings - Fork 820
Open
Labels
Description
How did you install the Amplify CLI?
yarn
If applicable, what version of Node.js are you using?
22.18.0
Amplify CLI Version
14.0.0
What operating system are you using?
Windows
Did you make any manual changes to the cloud resources managed by Amplify? Please describe the changes made.
No manual changed made
Describe the bug
When trying to run a sandbox or deploy I always get the CREATE_FAILED because of the "exceeded the limit on the number of resources in a single stack operation"
I have about 65 models and 40 functions, and the sandbox worked before I had to delete it and recreate because of massive model changes.
Expected behavior
I expect the app to just deploy like it did before
Reproduction steps
- create many models
- create a few lambda function resolvers
- After a certain amount it will always feel
Project Identifier
No response
Log output
# Put your logs below this line
Additional information
No response
Before submitting, please confirm:
- I have done my best to include a minimal, self-contained set of instructions for consistently reproducing the issue.
- I have removed any sensitive information from my code snippets and submission.