I have used cdk to invoke a custom cloudformation which invokes a lambda. The lambda creates few resources internally. I have used AWS SDK to create these resources. There are some logic before resources are created. This makes it difficult for company ops team to see what exactly is created as a part of the stacks.
I do receive some of the LogicalResourceId, PhysicalResourceId and StackId. Is there any way to import back the resources created in the lambda? Could I use this stackId to stitch the resources created in the lambda back to the cloudformation stack?