Let $X_n$ be the numbers of job applications at a company in the year $1900+n,n\in\mathbb N$. Let $(X_n)_{n\in\mathbb N}$ be a sequence of independent, identically distributed random variables with the Poisson ($\lambda$) distribution, where $\lambda\in[1,144]$. Give an approximation of $\lambda$ based on $(X_n)_{n=1}^{100}$ by using a law of large numbers (= weak law or strong law).
The strong law of large numbers gives $$ \operatorname{lim}_{n\to\infty} \frac{1}{n}S_n=\operatorname{lim}_{n\to\infty}\frac{1}{n}(X_1+\dots+X_n)=\mu\quad\text{in mean square.} $$ This means that $$ \mathbb E([\frac{1}{n}S_n-\mu]^2)\to0\quad\text{as }n\to\infty. $$ We know that the mean of this distribution is $\lambda$, so we can write $$ \operatorname{lim}_{n\to\infty}\mathbb E([\frac{1}{n}S_n-\lambda]^2)=0. $$ As we are going to give an approximation, we're going to use $$ \mathbb E([\frac{1}{100}S_{100}-\lambda]^2)\approx0. $$ This means that $\mathbb P(\frac{1}{!00}S_{100}=\lambda)\approx 1$, but I don't know how to continue from here on.
I see that $\mathbb E([\frac{1}{100}S_{100}-\lambda]^2)=\operatorname{var}(\frac{1}{100}S_{100})=\frac{1}{10^4}\cdot100\operatorname{var}(X)=\frac{\lambda}{10^4}100=0.$
But this would mean $\lambda$ is zero. So what is my mistake?