Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Standardize how clients are instantiated
The `_detect_mount_points_from_batch_job()` function is obtaining its client in a slightly different way compared to the lambda version (`_detect_mount_points_from_lambda()`). This commit just standardizes the client instantiation method so that the batch version matches the lambda version of the function.
- Loading branch information