Skip to content

Implement run_due_checks with Lambda Logging #27

@JohnBrennan95

Description

@JohnBrennan95

Implementation Details

  • Use the ping task from Mu; can initially reside in app.py.
  • Attach a thread from Lambda’s outer shell to the function so it can be referenced later.
  • Query all due monitors at next_due_at.
  • Implement a secondary partition key and a secondary sort key (next_due_at) for efficient queries.
  • Each monitor should trigger run_check via concurrent Lambda calls.
  • All functionality must be tested with Moto; no direct AWS deployment yet.
  • Refer to architecture.md for implementation guidance.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions