I think we an use it when n(no. of trials) is large. But my textbook used this approx. by stating that since the expectation is large, we use the approx. I'm unable to understand this, would appreciate if someone helps.
Solution Also since n is only 1, wouldn't this be a horrible approximation?
Poisson random number distribution looks like this. (from Wikipedia)

where $E(X) = \lambda$
It is easy to imagine what the curve will look like when $\lambda = 1000$.
The Poisson random number is the counting number of events within a specific time window.
And the time intervals between the events follow an exponential distribution.
If you generate one possible outcome (just like a simulation) how many exponential random numbers do we have to generate, for one possible outcome? On average 1,000 times.
If you are looking for a large $N$ this is the large $N$. it will not be always 1,000. but should be large enough to approximate Poisson as Normal.
You will observe one outcome, but one outcome is a combination of about 1,000 trials.
When we use 1,000 samples for mean/average, we count samples for $N$, we don't count how many sample means we got. We got only one sample mean,$\bar X$. Do we have $N$ = 1 or 1,000 ?