
Search
06-04 Shared Responsibility Model - Architecture
Last updated
Aug 17, 2023
Edit Source
# Serverless/Functions - Less Responsibility
No more servers, just worry about data and code.
Examples.
- Amplify Serverless Framework
- Lambda Serverless Architecture
# Microservices/Containers - More Responsibility
Mix and match languages, better utilization of resources
Examples:
# Traditional/VMs - Most Responsibility
Global workforce is most familiar with this kind of architecture and lots of documentation, frameworks and support.
Examples: