cloudflare-queue-consumer
Build CloudFlare Queues applications without the boilerplate. Just define an async function that handles the message processing.
Based on sqs-consumer.
Note: This package is still in development and should be used with caution.
Installation
To install this package, simply enter the following command into your terminal (or the variant of whatever package manager you are using):
npm install @bbc/cloudflare-queue-consumer
Documentation
Visit https://bbc.github.io/cloudflare-queue-consumer/ for the full API documentation.
Usage
import { Consumer } from "cloudflare-queue-consumer";
TODO: Add more information
Credentials
TODO: Add more information
Contributing
We welcome and appreciate contributions for anyone who would like to take the time to fix a bug or implement a new feature.
But before you get started, please read the contributing guidelines and code of conduct.
License
CloudFlare Queue Consumer is distributed under the Apache License, Version 2.0, see LICENSE for more information.