https://github.com/ably/example-lambda-function
An example of an AWS Lambda function that you can invoke with a Ably Reactor Function rule, showing how to process that event and publish a message back to Ably from the same function
https://github.com/ably/example-lambda-function
Last synced: about 2 months ago
JSON representation
An example of an AWS Lambda function that you can invoke with a Ably Reactor Function rule, showing how to process that event and publish a message back to Ably from the same function
- Host: GitHub
- URL: https://github.com/ably/example-lambda-function
- Owner: ably
- Created: 2018-01-02T13:59:24.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2021-09-19T19:57:11.000Z (over 4 years ago)
- Last Synced: 2025-12-25T23:37:54.465Z (6 months ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ably Example Lambda Function
_[Ably](https://ably.com) is the platform that powers synchronized digital experiences in realtime. Whether attending an event in a virtual venue, receiving realtime financial information, or monitoring live car performance data – consumers simply expect realtime digital experiences as standard. Ably provides a suite of APIs to build, extend, and deliver powerful digital experiences in realtime for more than 250 million devices across 80 countries each month. Organizations like Bloomberg, HubSpot, Verizon, and Hopin depend on Ably’s platform to offload the growing complexity of business-critical realtime data synchronization at global scale. For more information, see the [Ably documentation](https://ably.com/documentation)._
This is an example of an AWS Lambda function that you can invoke with a Ably Reactor Function rule, showing how to process that event and publish a message back to Ably from the same function.
### Usage
Generate an uploadable zip (`function.zip`) with `npm run zip`