Skip to content

SAM CLI Not Packaging a Nested Stack in a Stackset

0

Hello i am having trouble packing my Nested Stack in my Stackset using Sam Cli

in my Stackset i have this nest stack

#-------- [RootBootstrapStack ] --------##
  RootBootstrapStack:
    Type: AWS::CloudFormation::Stack
    DeletionPolicy: Delete
    Properties:
      TemplateURL: ./toolingaccount/root-bootstrap.yaml
      Parameters:
        ManagementAccountID: !Ref ManagementAccountID
        ToolingAccountID: !Ref ToolingAccountID
1 Answer
2
Accepted Answer

Hello.

As discussed in a GitHub issue, SAM CLI may not currently support nested stack sets.
https://github.com/aws/aws-sam-cli/issues/4653

EXPERT
answered 2 years ago
EXPERT
reviewed 2 years ago
EXPERT
reviewed 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.