Gamma distribution with respect to the Poisson distribution defined by:
$$P(N=n|\Lambda= \lambda)=\frac{e^{-\lambda}\lambda^n}{n!}$$ Suppose that $\Lambda$ has a scale parameter $\alpha$ and shape parameter $\beta$, the we have the probability distribution for $\Lambda:$
$$G(\lambda)=\alpha^{\beta}\lambda^{\beta-1}e^{-\alpha \lambda}\frac{1}{\Gamma(\beta)}$$
But by the gamma distribution, $$f(x)=x^{k-1}e^{-x}\frac{1}{\Gamma(k)}$$
Question 1. If we plug in $x = \alpha\lambda$, and $k = \beta,$ then why is it: $$G(\lambda)=\alpha^{\beta}\lambda^{\beta-1}e^{-\alpha \lambda}\frac{1}{\Gamma(\beta)}$$ not; $$G(\lambda)=\alpha^{\beta-1}\lambda^{\beta-1}e^{-\alpha \lambda}\frac{1}{\Gamma(\beta)}$$
Question 2: Why is it possible to distribute $\Lambda$ as a gamma distribution?
Can anyone please help me clear this confusion? Thank you.