In my application I have around 400 images that need to be displayed at various times. There will be no user uploaded imagery. In other words, I control all the pictures being used within my application.
I'm wondering what the recommended route is. Would it be best to put all the images in app/assets/images
or would it be better to upload all of them to a 3rd party service like AWS?
The application will eventually be living through Heroku. Thanks.