aws_spitzel.handle_action_lookup#
- aws_spitzel.handle_action_lookup(context, action, queue, worker_threads=[], cloudtrail_api_client=<botocore.client.CloudTrail object>)[source]#
- Parameters
context (
ProgramContext
) – the global request object of the programaction (
Action
) – the action (eventSource) the API request will be made forqueue (
PriorityQueue
) – lookup match item queue for synchronising threadsworker_threads (
Optional
[list
]) – list instance of worker threads assigned to this handler threadcloudtrail_api_client –