Pagination for CloudWatch log events
crew.aws.batch 0.0.2
- Use
paws.common::paginate()
to get the full log of a job (#5). Requirespaws.common
>= 0.7.0 due to paws-r/paws#721. - Rename
crew_aws_batch_monitor()
tocrew_monitor_aws_batch()
for syntactic consistency. - Allow
terminate()
method of the monitor to terminate multiple job IDs. Also add acli
progress bar.