The Twelve-Factor App - 0 views
-
A backing service is any service the app consumes over the network as part of its normal operation.
-
A deploy of the twelve-factor app should be able to swap out a local MySQL database with one managed by a third party (such as Amazon RDS) without any changes to the app’s code.
-
only the resource handle in the config needs to change
- ...2 more annotations...