Serverless Framework - AWS Lambda Events - Websocket
serverless.com · 1,022 words · saved by 1 readers
The Serverless Framework documentation for AWS Lambda, API Gateway, EventBridge, DynamoDB and much more.
Websocket Websockets make it possible to add support for a bi-directional communication channel between clients and servers. Connection channels are kept alive and are re-used to exchange messages back-and-forth. The Serverless Framework makes it possible to setup an API Gateway powered Websocket backend with the help of the websocket event. Event Definition Simple The following code will setup a websocket with a $connect route key: functions: connectHandler: handler: handler.connectHandler events: - websocket: $connect Extended This code will setup a websocket with a $disconnect route key: fu
saved by
related reading
- Serverless Framework - AWS Lambda Events - Websocket | Serverless Frameworkserverless.com
- Using API Gateway WebSockets with the Serverless Framework | Serverless Frameworkserverless.com
- Realtime with serverless using Websocket in AWSunimedia.tech
- Serverless Framework v1.46.0 - Extended ALB configurability, Support for external Websocket APIs, Local plugins via relative paths & More | Serverless Frameworkserverless.com
- AWS Lambda Destination Support | Serverless Frameworkserverless.com
- What is the AWS CDK?docs.aws.amazon.com
- What is AWS AppSync? - AWS AppSync GraphQLdocs.aws.amazon.com
- Markov's Salonmarkovs-salon.vercel.app
- What is Serverless Architecture? | Datadogdatadoghq.com
- iot_to_timestream | Rules | Message routing | IoT Core | us-east-1us-east-1.console.aws.amazon.com
- the-websocket-handbook.pdfpages.ably.com
- Quickstart - Runpod Documentationblog.runpod.io