The high-level architectural components of the Heroku platform.| devcenter.heroku.com
Use Amazon's AWS S3 file-storage service to store static and uploaded files from your application on Heroku.| devcenter.heroku.com
An overview of buildpacks, which are responsible for transforming deployed code into an executable bundle which can be executed on a dyno| devcenter.heroku.com
A dyno is a lightweight Linux container that runs a single user-specified command. The dyno manager manages many different applications and keeps dynos running automatically.| devcenter.heroku.com