Notifications
Setup
{ "Version": "2012-10-17", "Statement": [ { "Sid": "VisualEditor0", "Effect": "Allow", "Action": [ "sqs:DeleteMessage", "sqs:PurgeQueue", "sqs:ReceiveMessage" ], "Resource": "arn:aws:sqs:your-region:012345678901:your-queue-name" } ] }{ "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Principal": { "AWS": "arn:aws:iam::012345678901:user/your-user-name" }, "Action": "sts:AssumeRole", "Condition": {} } ] }
Subscribing to notifications
Using the Artisan command
Using the NotificationsService class
NotificationsService classUnsubscribing from notifications
Using the Artisan command
Using the NotificationsService class
NotificationsService classProcessing notifications
Last updated