Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. if db_is_not_healthy:
  2. lambda.put_function_concurrency(
  3. FunctionName=function_2,
  4. ReservedConcurrentExecutions=0
  5. )
  6. else:
  7. lambda.delete_function_concurrency(
  8. FunctionName=function_2
  9. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement