Currently, all available functions in the AWS environment are fetched by the following code functions = lambda_client.list_functions() in register_lambda_functions However, list_functions paginates ...