Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 718 Bytes

File metadata and controls

11 lines (8 loc) · 718 Bytes

AWS-hosted Microservices

Microservices are (usually API style) services or applications which perform a specific task that other web services or applications can leverage. They are typically middleware type components that enable:

  1. Simplification of a web application (or service) by separating out specific utility tasks into a separate component, and/or
  2. Standardization and provision of the same process that can be used by multiple web applications or other services, and/or
  3. Predefined information or processes to bridge (or be shared between) organizations without direct network connections.

{% content-ref url="sql-proxy-2021.md" %} sql-proxy-2021.md {% endcontent-ref %}