You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to upgrade to Serverless V3 to use the new SnapStart feature, but when I set snapStart: true to at least one function it causes this circular dependency error upon deployment:
The CloudFormation template is invalid: Circular dependency between resources: [ApiGatewayDeployment1674676579555, PermissionsNestedStack, 4NestedStack, VersionsNestedStack]
If I set all snapStart options to false or remove all of them, the stack deploys successfully.
Hello,
I want to upgrade to Serverless V3 to use the new SnapStart feature, but when I set
snapStart: true
to at least one function it causes this circular dependency error upon deployment:If I set all snapStart options to false or remove all of them, the stack deploys successfully.
This is my splitStacks config:
The text was updated successfully, but these errors were encountered: