Created
January 21, 2014 23:50
-
-
Save enachb/8550896 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import boto | |
| import cmb | |
| # erich on velum.io CMB | |
| #export AWS_ACCESS_KEY=UZXEHK0D44TQRY4SI52E | |
| #export AWS_SECRET_ACCESS_KEY=1JfVhGZhvPB2Hw18cHsmaQtZbMXCQOzMWXy1H2q2 | |
| conn = cmb.cmb_cxn('UZXEHK0D44TQRY4SI52E', '1JfVhGZhvPB2Hw18cHsmaQtZbMXCQOzMWXy1H2q2', 'cmb' ,'velum.io') | |
| rs = conn.get_all_queues() | |
| for q in rs: | |
| print q.id | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment