Send Notifications with AWS SNS Using the JavaScript SDK
In this lab, you’ll practice sending SNS notifications using the JavaScript SDK. When you’re finished with this lab, you’ll have a working application which uses JavaScript to publish messages to an SNS topic, and receives those notifications using Lambda.
Terms and conditions apply.
Lab info
Lab author
Challenge
Use the Cloud9 Environment
Set up Cloud9 for your application.
Challenge
Create an SNS Topic Using JavaScript
Create an SNS Topic Using the JavaScript SDK.
Challenge
Create an SNS Trigger for Lambda
Configure Lambda to consume messages from an SNS Topic.
Challenge
Publish to an SNS Topic using JavaScript
Use the JavaScript SDK to publish to an SNS Topic.
Provided environment for hands-on practice
We will provide the credentials and environment necessary for you to practice right within your browser.
Guided walkthrough
Follow along with the author’s guided walkthrough and build something new in your provided environment!
Did you know?
On average, you retain 75% more of your learning if you get time for practice.
Recommended prerequisites
- AWS SNS
- AWS JavaScript SDK
- AWS Lambda