Reading Notes
What is the difference between a FIFO and standard queue? A standard queue operates with a first in first out principal aka FIFO.
How can the server be assured a message was properly received? A server can request that a recipient sends a confirmation of receipt.
What classic design pattern is represented by event driven programming? A messaging service is a classic event driven architecture.
how do you test an event driven system? Run multiple clients and confirm that they are communicating appropriately.
Serverless Functions Single purpose programmatic functions that are hosted on managed infrastructure
Cloud Storage Storage on servers located offsite
CDN Content distribution network
$npm install serverless -g