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:
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.
This is my splitStacks config:
splitStacks:
perType: true
perGroupFunction: true
nestedStackCount: 4