« Simple Notification Service » : différence entre les versions
De Banane Atomic
Aller à la navigationAller à la recherche
(Page créée avec « Category:AWS = Description = ») |
|||
(3 versions intermédiaires par le même utilisateur non affichées) | |||
Ligne 1 : | Ligne 1 : | ||
[[Category:AWS]] | [[Category:AWS]] | ||
= Links = | |||
* [https://aws.amazon.com/blogs/aws/introducing-amazon-sns-fifo-first-in-first-out-pub-sub-messaging/ Introducing Amazon SNS FIFO – First-In-First-Out Pub/Sub Messaging] | |||
= Description = | = Description = | ||
Allow to coordinate the sending and delivery of messages.<br> | |||
A publisher send a message to an SNS topic and the subscribers will receive the message.<br> | |||
Push-based service. | |||
= Subscriber = | |||
* HTTP / HTTPS endpoint | |||
* lambda | |||
* email adress | |||
* SMS |
Dernière version du 26 avril 2024 à 15:00
Links
Description
Allow to coordinate the sending and delivery of messages.
A publisher send a message to an SNS topic and the subscribers will receive the message.
Push-based service.
Subscriber
- HTTP / HTTPS endpoint
- lambda
- email adress
- SMS