palmerabollo / botbuilder-aws-lambda

Helper to deploy your bot as a serverless function (AWS Lambda)
Apache License 2.0
9 stars 1 forks source link

not working on bot framework v4 #3

Open touhi99 opened 5 years ago

touhi99 commented 5 years ago

Hi, Is it updated with bot framework v4?

Since I dont have any Chatconnector in v4, it is showing following error -

let listener = connector.listen(); ^ TypeError: connector.listen is not a function

palmerabollo commented 5 years ago

Hi @tapos12 , thanks for raising the issue.

No, it's not updated to support bot framework v4. I won't have time to look into it at the moment. The code is quite simple (around 25 lines of code), do you feel like contributing?

palmerabollo commented 5 years ago

It would be nice if @ryo0 could contribute these changes back to make it compatible with v3 and v4.