aws lambda put-function-concurrency \
    --function-name $manager_lambda \
    --reserved-concurrent-executions 0

aws lambda put-function-concurrency \
    --function-name $worker_lambda \
    --reserved-concurrent-executions 0