Let $s\in(0,1)$. I managed to prove that \begin{align} \frac{1}{\lambda^s}=\frac{1}{\Gamma(s)}\int_0^\infty t^{s-1}e^{-\lambda t}dt,\qquad\lambda>0. \end{align} It directly follows from the definition of the Gamma function as \begin{align} \Gamma(x)=\int_0^\infty x^{s-1}e^{-x} dx, x>0 \end{align} and a change of variables. Now I try to prove that \begin{align} \lambda^s=\frac{1}{|\Gamma(-s)|}\int_0^\infty t^{-(s+1)}(1-e^{-\lambda t})dt,\qquad\lambda>0. \end{align} But I'm stuck.
Attempt: We can define the gamma function for $-s$ as \begin{align} \Gamma(-s):=\frac{-1}{s}\Gamma(1-s):=-\frac{\lambda^{1-s}}{s}\int_0^\infty t^{-s}e^{-\lambda t} \end{align} I tried Integration-by-parts, \begin{align} \int u dv=uv-\int v du. \end{align} I chose $u=t^{-s}$ and $dv=-\lambda e^{-\lambda t}$. But $uv=t^{-s}e^{-\lambda t}$ which diverges as $t$ goes to zero.
You have $$|\Gamma(-s)|=\frac{1}{s}\Gamma(1-s)=\frac{\lambda^{1-s}}{s}\int_0^\infty t^{-s}e^{-\lambda t}dt.$$ Thus, you have $$|\Gamma(-s)|\lambda^s=\frac{\lambda}{s}\int_0^\infty t^{-s}e^{-\lambda t}.dt$$ Therefore, what you try to prove is that $$\int_0^\infty t^{-(s+1)}(1-e^{-\lambda t})dt=\frac{\lambda}{s}\int_0^\infty y^{-s}e^{-\lambda t}.dt$$ By doing by parts (you don't have your problem at $0$ anymore since you have the $1$ now): $f(t)=1-e^{-\lambda t}$ -> $f'(t) = \lambda e^{-\lambda t}$ and $g'(t)=t^{-(s+1)}$ -> $g(t) = \frac{t^{-s}}{-s}$, you find easily the previous formula.