in src/inventory/readers.py [0:0]
def _get_aws_partition(self): arn_parts = self._lambda_context.invoked_function_arn.split(":") return arn_parts[1] if len(arn_parts) >= 1 else ''