serverless-cloudside-plugin icon indicating copy to clipboard operation
serverless-cloudside-plugin copied to clipboard

Use listStackResources instead of describeStackResources

Open vincekieft opened this issue 3 years ago • 0 comments

One of our services contain 178 resources. DescribeStackResources only returns the first 100 results causing the remaining 78 resources to contain the value '<RESOURCE NOT PUBLISHED>'. To resolve this I used listStackResources instead which returns a NextToken used to recursively retrieve the next page of resources from the stack until there are no more resources left.

vincekieft avatar Apr 15 '22 13:04 vincekieft