We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6478c7 commit 76f2054Copy full SHA for 76f2054
tests/e2e/utils/data_fetcher/logs.py
@@ -134,7 +134,7 @@ def get_logs(
134
Name of Lambda function to fetch logs for
135
start_time : datetime
136
Start date range to filter traces
137
- expected_number_of_logs : Optional[int]
+ minimum_log_entries : Optional[int]
138
Retry fetching logs until this number of log lines are obtained
139
log_client : Optional[CloudWatchLogsClient], optional
140
Amazon CloudWatch Logs Client, by default boto3.client('logs)
0 commit comments