Reading the AppSync documentation, it seems that AppSync Subscriptions only work by attaching a subscription to a mutation.
But what if I need a subscription that is independent of a mutation? That is fired on some internal state change? For example if a new resource is available?
Is that possible in AppSync?