aditmalik-synechron / serverless-nested-stack

Serverless nested stack
43 stars 10 forks source link

Unresolved resource dependencies #7

Open mlohbihler opened 6 years ago

mlohbihler commented 6 years ago

A CREATE_FAILED error occurs on PermissionStack with the following message:

An error occurred: PermissionStack - Template format error: Unresolved resource dependencies [MqttDisconnectIotTopicRule1] in the Resources block of the template.

This looks to be defined both in cloudformation-template-update-stack.json and apiStack, so i'm not sure why it's complaining. Then again, there is only a reference in the PermissionStack file, not a definition. Should it have one? This same service deploys successfully without the nested stack plugin.

Also, the LogStack and ApiStack successfully created before PermissionStack failed with the error.

Please let me know if you need any more information.