reading-notes

Reading Notes

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

Code 401: Class 18 - AWS: API, Dynamo 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

Serverless Functions Single purpose programmatic functions that are hosted on managed infrastructure

Cloud Storage Storage on servers located offsite

CDN Content distribution network

Read: Amazon API Gateway - The Ultimate Guid

Read: Amazon API Gateway

Read: What is DynamoDB

Read: Amazon DynamoDB

Read: Dynamoose


Return to reading-notes Deployed Site

Return to reading-notes Mark Down