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 program

  • action (Action) – the action (eventSource) the API request will be made for

  • queue (PriorityQueue) – lookup match item queue for synchronising threads

  • worker_threads (Optional[list]) – list instance of worker threads assigned to this handler thread

  • cloudtrail_api_client