wip reporting
This commit is contained in:
@@ -49,6 +49,8 @@ def lambda_handler(event: EventBridgeEvent, context: LambdaContext) -> bool:
|
||||
transact.update(
|
||||
key=KeyPair(new_image['id'], '0'),
|
||||
update_expr='SET tenant_id = :org_id, updated_at = :updated_at',
|
||||
# Post-migration: uncomment the following line
|
||||
# update_expr='SET org_id = :org_id, updated_at = :updated_at',
|
||||
expr_attr_values={
|
||||
':org_id': data['org_id'],
|
||||
':updated_at': now_,
|
||||
|
||||
Reference in New Issue
Block a user