SNS Flashcards

1
Q

What message formats is supported?

A
  • SMS text message
  • Email
  • SQS queues
  • (any) HTTP endpoint
  • (pushing directly to mobile devices)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How can an SNS notification trigger a Lambda function?

A

The Lambda function subscribes to an SNS topic, and when a message is published to that topic the Lambda function is invoked with the payload of the published message.

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

Can a single SNS topic can have subscribers that requires differently formatted messages subscribing to it?

A

Yes. When you publish to a topic, SNS delivers appropriately formatted copies of your message to each subscriber.

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

What mechanism is used to prevent messages published to SNS from being lost?

A

The messages are stored redundantly across multiple availability zones.

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

With SNS you have a pay-as-you-go model without any up-front costs.

A

Yes.

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