serverless-nested-stack
serverless-nested-stack copied to clipboard
Unresolved resource dependencies [IamRoleLambdaExecution] in the Resources block of the template
The nested stack is not working if we have resource from LogStack used in ApiStack with DependsOn but it is resolving if we have "Ref". In my case i have KinesisEventSource mapping referring IamRoleLambdaExecution. I can see LogStack create_complete along with this resource.
Any thoughts?