Skip to content

Using snapStart option from Serverless 3.26.0 causes circular dependency error #205

@Austint30

Description

@Austint30

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions