From the course: AWS for Developers: SNS, SQS, and SWF

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Register subscribers

Register subscribers - Amazon Web Services (AWS) Tutorial

From the course: AWS for Developers: SNS, SQS, and SWF

Start my 1-month free trial

Register subscribers

- [Instructor] In the SNS console on the left-hand menu bar, click on Subscriptions. Click the Create subscription button. In the Topic ARN search box, type event new applicant, and you'll see the SNS topic that we just created auto complete in the suggestion box. Click on the SNS topic ARN that auto completes. Click inside the protocol pulldown to see all the different ways that you can attach subscribers to this new topic. There's HTTP methods for calling an API endpoint, which could be an endpoint that you've created yourself within your own application, or say a hook into another third party application that you might be using. You can send an SMS text message. You can even tell SNS to fire a LAMBDA function if you want to tie in some serverless architecture into your application. You can even send an SNS event directly into another SQS queue, which is a great way to combine what we learned in the last chapter…

Contents