aditmalik-synechron / serverless-nested-stack

Serverless nested stack
42 stars 10 forks source link

An error occurred: ApiStack - Template format error: Unresolved resource dependencies [<functionName>LogGroup] in the Resources block of the template. #11

Open ridan opened 4 years ago

ridan commented 4 years ago

I was trying to use the serverless monitoring tools and ran sls to connect it to my serverless account. After that whenever I try to deploy, I get this message

Template format error: Unresolved resource dependencies [Group] in the Resources block of the template.

My sls template does not have a Resources block. I tried to add an empty Resources block but that did nothing.

plugins: serverless-domain-manager serverless-nested-stack

ridan commented 4 years ago

confirmed from the serverless folks. This is an issue with this library

Arunaliyanaarachchi commented 4 years ago

i got the same issue..! without this plugging it works fine but as soon as i enabled this plugin i'm getting this issue..! how long you think it takes to resolve this issue ..?