Three new features in this release:
- Don't fail when
DescribeEvents
orDescribeEnvironments
calls get throttled by AWS. Will only fail on 5 consecutive failed requests. - Strip leading and trailing whitespace from input parameters.
- New optional parameter,
wait_for_environment_recovery
. Lets you control how many seconds to wait after a deployment for the environment to return to Green status. E.g. if you give 60 to this parameter it means that if 60 seconds after deployment is finished the environment status still isn't green we consider the deployment failed. Default value is 30 seconds.