You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We'd like to create the lambda handler method to be called on an invocation to dispatch a batch of pending compaction jobs.
Analysis
This will use the logic from the previous issue, and wire in SQS code to perform the operations to return a job to the queue.
We could potentially add integration tests for this at the level of the lambda, replicating a simplified scenario equivalent to the unit tests for the logic.
We can add this to the compaction-job-creation-lambda module.
We will follow up to deploy this as a separate issue.
The text was updated successfully, but these errors were encountered:
Background
Split from:
Follows on from:
Description
We'd like to create the lambda handler method to be called on an invocation to dispatch a batch of pending compaction jobs.
Analysis
This will use the logic from the previous issue, and wire in SQS code to perform the operations to return a job to the queue.
We could potentially add integration tests for this at the level of the lambda, replicating a simplified scenario equivalent to the unit tests for the logic.
We can add this to the compaction-job-creation-lambda module.
We will follow up to deploy this as a separate issue.
The text was updated successfully, but these errors were encountered: