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 5 months ago
profile picture
EXPERT
reviewed 5 months ago
profile pictureAWS
EXPERT
reviewed 5 months 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