APP INTEGRATION SERVICES Flashcards
Amazon Simple
Notification Service
(SNS)
Managed pub/sub (publish / subscribe) messaging
service. This can enable fan-out architecture with one
message triggering multiple actions.
This service is commonly used in a serverless
architecture.
Amazon Simple Queue
Service (SQS)
Managed message queue service. This can enable fault
tolerant and serverless applications. This supports
standard and FIFO (first-in first-out) queues.
This service is commonly used in a serverless
architecture.
AWS Step Functions
Manages the orchestration of complex workflows which
are defined using Amazon States Language. It can be
leveraged in a serverless architecture.
This service is commonly used in a serverless
architecture.