Skip to content

Commit

Permalink
Update src/pages/[platform]/build-a-backend/troubleshooting/circular-…
Browse files Browse the repository at this point in the history
…dependency/index.mdx

Co-authored-by: Kamil Sobol <[email protected]>
  • Loading branch information
Amplifiyer and sobolk authored Dec 18, 2024
1 parent f1b424e commit 0174d70
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export function getStaticProps(context) {
};
}

When deploying a Amplify Gen 2 app, you may encounter the error message `The CloudFormation deployment failed due to circular dependency` in your backend build on Amplify Console or while running a sandbox. This error can occur because of circular dependencies between cloudformation nested stacks or between resources in a single cloudformation stack.
When deploying a Amplify Gen 2 app, you may encounter the error message `The CloudFormation deployment failed due to circular dependency` in your backend build on Amplify Console or while running a sandbox. This error can occur because of circular dependencies between CloudFormation nested stacks or between resources in a single CloudFormation stack.

## Circular dependency error between nested stacks

Expand Down

0 comments on commit 0174d70

Please sign in to comment.