bolt-js
bolt-js copied to clipboard
feat: add CloudflareWorkerReceiver implementation and tests
Summary
Address this issue https://github.com/slackapi/bolt-js/issues/876
- Introduced a new receiver for handling Slack events in Cloudflare Workers.
- Implemented signature verification and request handling logic.
- Added unit tests to validate functionality and edge cases.
- Updated package.json to include @cloudflare/workers-types as a dependency.
Requirements
- [x] I've read and understood the Contributing Guidelines and have done my best effort to follow them.
- [x] I've read and agree to the Code of Conduct.
ping @secret104278, any update there? I also want to use bolt-js on Cloudflare. Thank you for your contribute.