mirror of
https://github.com/GSA/notifications-api.git
synced 2026-09-02 17:48:36 -04:00
fix batch processing
This commit is contained in:
@@ -69,10 +69,6 @@ class AwsCloudwatchClient(Client):
|
||||
|
||||
def check_delivery_receipts(self, start, end):
|
||||
|
||||
result = self._client.describe_log_groups()
|
||||
print(result)
|
||||
return
|
||||
|
||||
region = cloud_config.sns_region
|
||||
account_number = self._extract_account_number(cloud_config.ses_domain_arn)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user