APP INTEGRATION SERVICES Flashcards

1
Q

Amazon Simple
Notification Service
(SNS)

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Amazon Simple Queue
Service (SQS)

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

AWS Step Functions

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly