Distributing Data With a WebSocket Amazon API Gateway
Description
Amazon API Gateway is a fully-managed service aimed at developers who want to create rich and complex APIs in the public AWS cloud. It makes it easy to create, manage, monitor, secure, and scale your API-backed applications. WebSockets are a technology that makes it easy to send and receive data in a bi-directional manner between a server and a web browser.
Learning how to use Amazon API Gateway for WebSockets will make you more effective and versatile when deploying applications with complex needs in the cloud.
In this lab, you will create a new WebSocket Amazon API Gateway, you will implement a stock ticker application using AWS Lambda, and you will see how to use your WebSocket API.
Learning Objectives
Upon completion of this beginner-level lab, you will be able to:
- Create a new WebSocket Amazon API Gateway
- Implement WebSocket message handling in AWS Lambda
- Test your WebSocket API
Intended Audience
- Candidates for the AWS Certified Developer Associate certification
- Cloud Architects
- DevOps Engineers
- Software Engineers
Prerequisites
Familiarity with the following will be beneficial but is not required:
- Amazon API Gateway
- AWS Lambda
- NodeJS
The following content can be used to fulfill the prerequisites:
- Introduction to Amazon API Gateway
- Understanding AWS Lambda to Run & Scale Your Code
- Introduction to Node.js - What Is Node.js?
Updates
October 25th, 2023 - Updated the instructions and screenshots to reflect the latest UI