Skip to content

Commit

Permalink
Final pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
leandrodamascena committed Sep 12, 2024
1 parent 54ae401 commit fc1022e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@

@idempotent(persistence_store=persistence_layer)
def lambda_handler(event, context):
time.sleep(5)
time.sleep(15)

return event

0 comments on commit fc1022e

Please sign in to comment.