reading-notes

Reading Notes

View the Project on GitHub simon-panek/reading-notes

Code 401: Class 17 - AWS: S3 and Lambda


Questions

  1. What is the difference between a FIFO and standard queue? A standard queue operates with a first in first out principal aka FIFO.

  2. How can the server be assured a message was properly received? A server can request that a recipient sends a confirmation of receipt.

  3. What classic design pattern is represented by event driven programming? A messaging service is a classic event driven architecture.

  4. how do you test an event driven system? Run multiple clients and confirm that they are communicating appropriately.

Vocabulary

Read: AWS S3

Read: AWS Lambda Functions

Read/Watch: AWS Lambda Amazon

Read: CDN


Return to reading-notes Deployed Site

Return to reading-notes Mark Down