access slow query log

i need to know how can i access slow query file log (not performance tbl ) to AWS RDS via AWS CLI or lambda.
as always, my pmm qan server read performace_schema table and it makes too many load every time.

doc.
[url]https://docs.aws.amazon.com/cli/latest/reference/rds/download-db-log-file-portion.html[/url]

thanks : )

Hi scar2yjs , currently PMM does not support ingestion of a log file for RDS MySQL , it works only with the PERFORMANCE_SCHEMA . Perhaps you could look at reducing the number of consumers you have enabled? Or have you considered increasing your instance size?
[url]https://dev.mysql.com/doc/refman/5.7/en/performance-schema-startup-configuration.html[/url]