This document provides an overview of Platform as a Service (PaaS) and summarizes some key PaaS platforms and concepts:
[1] It introduces PaaS and discusses Google App Engine (GAE) and Heroku as examples of PaaS platforms, noting that GAE offers both a standard and flexible environment while Heroku uses buildpacks and dynos.
[2] It summarizes how applications are developed and deployed to Heroku, including using a Procfile to specify processes, deploying via Git, and using addons for services.
[3] It also briefly discusses the 12 factor app methodology and how microservices can be developed on Heroku by creating an app for each
Related topics: