Releases: gruntwork-io/bash-commons
Releases · gruntwork-io/bash-commons
v0.0.2
#2: Fix two issues in aws-wrapper.sh
: a broken source
statement and a missing assert_not_empty_or_null
in the aws_wrapper_wait_for_instances_in_asg
method. Added tests for aws.sh
and aws-wrapper.sh
to try to prevent these sorts of bugs in the future.