What are the fundamental "primatives" of cloud native applications?
- Distributed hash table (Dynamo)
- Full text search (Elastic Search)
- Large object storage
- Write at once, or append only (S3)
- Read-write at byte resolution (EFS)
- Function - short duration, batch?, discrete?, pure function? (Lambda)
- Function - indefinite duration, reentrant (Fargate)
- Queue - records stand alone, matter more in relation to data outside the queue, think of a queue of tasks (SQS)