Let $(X,d)$ be a complete metric space and let $(\Lambda,d_\Lambda)$ be a metric space. Suppose we have a continuous map $F:X \times \Lambda \to X$ such that there exist $0<k<1$ satisfying $$d(F(x,\lambda),F(y,\lambda)) \leq k d(x,y)$$ for all $x,y \in X$ and all $\lambda \in \Lambda$.
By the Banach fixed point for each $\lambda$ there is a unique $x(\lambda)\in X$ satisfying $F(x(\lambda),\lambda) = x(\lambda)$.
I have to prove that the map $\Lambda \ni \lambda \to x(\lambda)\in X$ is continuous. How do I prove this map is continuous?
$\textbf{My attempt:}$ If we define $f_\lambda(x) = F(x,\lambda)$ we have that for an arbitrary point $p\in X$ the identity $$x(\lambda) = \lim_{n\to \infty} f_\lambda^n(p)$$ holds by the Banach fixed point. Therefore:
$$d(x(\lambda),x(\lambda_0)) = \lim_{n\to \infty}d(f_{\lambda}^n(p),f_{\lambda_0}^n(p)).$$
Essentially I have to prove the limits $\lim_{\lambda \to \lambda_0} $ and $\lim_{n\to \infty}$ commutes on the identity above, but I do not know how.