Serverless Orchestrator of Serverless Workers for AWS - Worker

aws-lambda orchestration python serverless serverless-workers workers
3 Open Issues Need Help Last updated: Jun 24, 2025

Open Issues Need Help

View All on GitHub
get_stats logger -> debug about 1 month ago

AI Summary: The task involves modifying the logging level of a message within the `get_stats` function of the sosw project. Specifically, the message "Updated Processor stats..." used during recursive updates should be changed to use the debug logging level instead of its current level. This requires familiarity with Python logging and the sosw codebase.

Complexity: 2/5
enhancement good first issue done

Serverless Orchestrator of Serverless Workers for AWS - Worker

Python
#aws-lambda#orchestration#python#serverless#serverless-workers#workers

AI Summary: Enhance the `validate_datetime_from_something()` function to support datetime strings containing the 'T' separator, such as '2025-07-16T11:21:02' and variations with milliseconds and timezone offsets.

Complexity: 3/5
bug good first issue

Serverless Orchestrator of Serverless Workers for AWS - Worker

Python
#aws-lambda#orchestration#python#serverless#serverless-workers#workers

AI Summary: Enhance the `recursive_matches_extract` function in the sosw project to optionally attempt JSON deserialization of nested string fields. This involves adding a parameter to control this behavior and potentially creating an alias, `recursive_extract`. The task requires familiarity with Python, JSON handling, and the existing sosw codebase.

Complexity: 3/5
good first issue

Serverless Orchestrator of Serverless Workers for AWS - Worker

Python
#aws-lambda#orchestration#python#serverless#serverless-workers#workers