It would be useful if you can add additional information to a CloudFormation Stack name especially when multiple tests are running.
jetstream --test -m my_package --test-name ${CIRCLE_BRANCH}
Which would result in a test name of "jetstream-test-1475497601-my_feature"
@martinb3 @horacio3 Thoughts?