Thanks to an answer from Jack D'Aurizio, we can compute the following integral through Riemann sums:
$$\begin{align} \int_a^b\cos(x)\ dx & =\lim_{n\to +\infty}\frac{b-a}{n}\sum_{k=1}^{n}\cos\left(a+\frac{(b-a)k}{n}\right) \\ & = \lim_{n\to +\infty}\frac{(b-a)}{n}\,\cos\left(\frac{(b-a)+(a+b) n}{2 n}\right)\frac{\sin\left(\frac{b-a}{2}\right)}{\sin\left(\frac{b-a}{2 n}\right)} \\ & =\sin(b)-\sin(a) \\ \end{align}$$
And so we have
$$\int_a^b\cos(x)\ dx=\sin(b)-\sin(a)$$
without the use of the FTOC.
Now, if we include the knowledge of the FTOC, does this imply that
$$\frac{d}{dx}\sin(x)=\cos(x)$$
And thus we have effectively calculated the derivative of a trig function without that silly $\lim_{h\to0}\frac{\sin(h)}h$? Or is the implication not so direct? If so, how would we make the connection?
And just out of interest, are there any derivatives that can be calculated through Riemann sums and reversed FTOC?