Feature request: adding waiters for Elastic Beanstalk environment creation would be nice, right now I am doing a bit of custom polling in its stead.
$ python -c 'import boto3;print "{}\n".format(boto3.__version__), boto3.client("elasticbeanstalk").waiter_names'
1.3.1
[]
$
This definitely sounds like a useful thing to have. Thanks for the feature request!
I'd like to work on this if no one else is currently
Go right ahead!
I would also appreciate this feature very much, i was surprised to see none.
any progress on this?
This would be super useful right now. Almost been a year... :(
No status on this?
Would be super nice to be able to listen for elastic beanstalk state changes, e.g. to add a deployment progress bar in a custom cli.
Currently these waiters are available for elastic beanstalk:
https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/elasticbeanstalk.html#waiters
This was added in boto3 v1.14.23 in July, in case anyone was curious.
It's been real y'all.
Since opening this issue I've:
Most helpful comment
It's been real y'all.
Since opening this issue I've: