-
Notifications
You must be signed in to change notification settings - Fork 399
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extract some functionality to make writing custom App/Receiver easier #388
Comments
I think it's time to make bolt a monorepo too? I'd be interested in helping maintain a KoaReceiver after all those go in. I've also been developing one for testing with jest. |
@barlock Let me share what I want to extract from From From
The extraction allows me to easily implement my own @barlock In the case I'll work on this, my pull request on top of your commits will be coming early next week. I'd appreciate it if I could have your reviews on it. 🙏 |
It's all yours! I appreciate the offer, and I appreciate more you basing it off my commits. 🤞 Here's hoping it get's reviewed soon. Maybe we can finally close #81 ! What a long 3 year wait it's been 😛 |
I should have verified our v2 implementation and checked if we can close this issue but I haven't done yet. When I do those in the near future, I will update you here. |
While working on #670, probably we can resolve this issue. |
I know there are still rooms for improvement but, with the latest version, writing a custom receiver is much easier now. Let me close this issue I raised here. |
Description
To enable developers to implement their own
Receiver
like https://github.com/seratch/bolt-aws-lambda-proof-of-concept , we need to extract some functionalities inExpressReceiver
and expose them to 3rd parties.Those works should be based on @barlock 's PRs for v2.
What type of issue is this? (place an
x
in one of the[ ]
)Requirements (place an
x
in each of the[ ]
)The text was updated successfully, but these errors were encountered: