Chernoff inequality can be easily used for sum of independent Bernoulli distributions $X = X_1+X_2+...+X_n$:
$P(X \geq (1+ \varepsilon)\mu) \leq e^{-\frac{\varepsilon^2\mu}{3}}$, where $\mu = EX$
How can we use it to estimate upper bound for $P(Y \geq (1+ \varepsilon)\lambda)$, where Y is random variable with Poisson distribution with parameter $\lambda$?
Since it is all about estimations, as far as I understand, we can approximate Poisson distribution with binomial one, but still it is far from Bernoulli distribution which can be used here.