Skip to content

Commit

Permalink
[PRMP-649] Update the lambda name for cloudwatch logs query (#399)
Browse files Browse the repository at this point in the history
  • Loading branch information
joefong-nhs authored Jul 24, 2024
1 parent 21493ef commit 9ff66e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lambdas/utils/cloudwatch_logs_query.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class CloudwatchLogsQueryParams:
)

LloydGeorgeRecordsDownloaded = CloudwatchLogsQueryParams(
lambda_name="DocumentManifestByNHSNumberLambda",
lambda_name="DocumentManifestJobLambda",
query_string="""
fields @timestamp, Message, Authorisation.selected_organisation.org_ods_code AS ods_code
| filter Message = 'User has downloaded Lloyd George records'
Expand Down

0 comments on commit 9ff66e2

Please sign in to comment.