Please enable JavaScript.
Coggle requires JavaScript to display documents.
Platform Engineering - Coggle Diagram
Platform Engineering
Patterns
App Sync
Lambda/Step
Serverless
No Infra to Support
Security @ App/Component Level
Security /Get Healthy
m/w calling a svc without Auth
Access via PEARL, UI w/o Auth
Server to Server calls
JWT tokens
Other
Reviews
Code Reviews before Start
Lambda - granular (do one thing and one thing well)
Lambda - No overloading
Compliance Reviews (Security, Coding, Testing)
DevOps/Contract Testing (Jason Green)
Team Topology
Small Teams (8-12 Size)
Design to Maintenance Responsibility
Significant reduction in errors/Issues
Stack
Python (small packages/Less Code)
Java (Springboot) - not preferred