From 0174d708d1cb67ec65620fb7052eb304b8342bfa Mon Sep 17 00:00:00 2001 From: Amplifiyer <51211245+Amplifiyer@users.noreply.github.com> Date: Wed, 18 Dec 2024 20:52:19 +0100 Subject: [PATCH] Update src/pages/[platform]/build-a-backend/troubleshooting/circular-dependency/index.mdx Co-authored-by: Kamil Sobol --- .../troubleshooting/circular-dependency/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/[platform]/build-a-backend/troubleshooting/circular-dependency/index.mdx b/src/pages/[platform]/build-a-backend/troubleshooting/circular-dependency/index.mdx index a2927d28273..3ad106b3af5 100644 --- a/src/pages/[platform]/build-a-backend/troubleshooting/circular-dependency/index.mdx +++ b/src/pages/[platform]/build-a-backend/troubleshooting/circular-dependency/index.mdx @@ -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