FullStack 2016

12 thoughts
last posted July 17, 2016, 10:58 a.m.

8 earlier thoughts

0

Serverless architecture

Serverless means not explicitly managing servers

AWS Lambda is to services what S3 was to storage

Principles

  1. Run code on compute services not servers
  2. Write single-purpose stateless functions
  3. Design push-based event-driven pipelines
  4. Create thicker client-side applications
  5. Use third-party services

3 later thoughts