Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 592 Bytes

Readme.md

File metadata and controls

26 lines (19 loc) · 592 Bytes

AWS Cloud

Web service development with integration and interaction with cutting-edge AWS Cloud technologies;

  1. SQS as Message Queue,
  2. SNS,
  3. S3,
  4. Secrete Manager,
  5. DynamoDB,
  6. Lambda

AWS SQS and SNS Architecture

SQS

Sqs diagram

  • Queue Types: Standard and FIFO
  • Publisher/Consumer (1-to-1)
  • Dead Letter Queues (DLQ)

SNS

Sns diagram

  • Publisher/Consumer (1-to-many)
  • Message filtering

Read more...