add missing files

This commit is contained in:
2025-07-02 21:59:03 -03:00
parent 3bea74c420
commit b7499f58a3
16 changed files with 1755 additions and 1 deletions

View File

@@ -39,7 +39,8 @@ def lambda_handler(event: EventBridgeEvent, context: LambdaContext) -> bool:
result = enrollment_layer.collection.query(
KeyPair(
# Post-migration: rename `vacancies` to `slots`
# Post-migration: uncomment the following line
# ComposeKey(tenant_id, prefix='slots'),
ComposeKey(tenant_id, prefix='vacancies'),
order_id,
)