AWS/Cloudformation can only create 5 streams at a time

Hi all,

My stack is growing, and I’m running into some cloudformation limitations. Specifically, my new deployments are failing because I have more than 5 kinesis streams. Would it be possible to add a feature to have this detected and maybe add some dependsOn statements in the generated cf template? Or is there an easier workaround that I’m missing?

JH