Super weird one today guys, getting the error: ```...
# help
b
Super weird one today guys, getting the error:
Copy code
❌  <stack-name> failed: The <stack-name> stack contains no resources.
Despite the stack creation completing successfully. Doesn't look to be any actual errors thought.
Also clocked that I'm not getting the usual output in the terminal that shows the resource statuses like:
Copy code
blah | blah | CREATE_IN_PROGRES | ...
If it's of any interest, my entire stack is 3
Cron
constructs and one
Function
. EventBridge Rules all created and configured correctly, lambda looks good too.
t
hm that's odd
b
Behaves the same on start and deploy, never seen it do this sort of thing before.
f
@Brinsley are you still having this issue? Can you run
sst build
and send me the generated CFN template in
.build/cdk.out
?
b
Yea, sure. I was looking through it myself earlier and it looked alright but I probably missed something haha.
f
Hey @Brinsley, this should be fixed in v0.69.5. Give it a try and let me know if it works for you.
b
Thanks, will do.
Looks good.