fix limit

This commit is contained in:
2025-07-23 10:18:02 -03:00
parent 475721252f
commit 3060eb5ac0
5 changed files with 18 additions and 12 deletions

View File

@@ -65,7 +65,7 @@ def lambda_handler(event: EventBridgeEvent, context: LambdaContext) -> list[str]
deduplication_window=DeduplicationWindow(offset_days=90),
linked_entities=frozenset({LinkedEntity(order_id, 'ORDER')}),
)
ids.append(enrollment.id)
ids.append(str(enrollment.id))
order_layer.update_item(
key=KeyPair(new_image['id'], new_image['sk']),