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

profile picture
EXPERT
answered 13 days ago
profile picture
EXPERT
reviewed 13 days ago
profile pictureAWS
EXPERT
reviewed 13 days 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.

Guidelines for Answering Questions