Skip to content

Commit 0174d70

Browse files
Amplifiyersobolk
andauthored
Update src/pages/[platform]/build-a-backend/troubleshooting/circular-dependency/index.mdx
Co-authored-by: Kamil Sobol <[email protected]>
1 parent f1b424e commit 0174d70

File tree

1 file changed

+1
-1
lines changed
  • src/pages/[platform]/build-a-backend/troubleshooting/circular-dependency

1 file changed

+1
-1
lines changed

src/pages/[platform]/build-a-backend/troubleshooting/circular-dependency/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export function getStaticProps(context) {
2525
};
2626
}
2727

28-
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.
28+
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.
2929

3030
## Circular dependency error between nested stacks
3131

0 commit comments

Comments
 (0)