fix limit
This commit is contained in:
@@ -33,6 +33,7 @@ def lambda_handler(event: EventBridgeEvent, context: LambdaContext) -> bool:
|
|||||||
pk=keys['id'],
|
pk=keys['id'],
|
||||||
sk=f'START#{start_date}#END#{end_date}#ENROLLMENT',
|
sk=f'START#{start_date}#END#{end_date}#ENROLLMENT',
|
||||||
),
|
),
|
||||||
|
limit=150,
|
||||||
)
|
)
|
||||||
|
|
||||||
r = requests.post(
|
r = requests.post(
|
||||||
|
|||||||
Reference in New Issue
Block a user