def _handle_s3_sqs_move()

in handlers/aws/s3_sqs_trigger.py [0:0]


def _handle_s3_sqs_move(
    sqs_client: BotoBaseClient,
    sqs_destination_queue: str,
    sqs_record: dict[str, Any],
    input_id: str,
    config_yaml: str,
    current_s3_record: int = 0,
    continuing_queue: bool = True,
    last_ending_offset: Optional[int] = None,
    last_event_expanded_offset: Optional[int] = None,