Results 9 comments of Ivan

Thanks @AndrewSav for the direction. The following way works fine locally ''' webhookEndpoint := os.Getenv("BOT_WEBHOOK_ENDPOINT") if webhookEndpoint == "" { panic("No BOT_WEBHOOK_ENDPOINT provided") } b, _ := tele.NewBot(tele.Settings{ Token: os.Getenv("BOT_TOKEN"),...

@robotomize Do you think this is going to help with running the webhook handler within the lambda function, which does not really allow you to listen to a port?

Any updates? Or can you suggest some other library which works with webpack?

I have the same issue. I tried to install it with Anaconda ``conda install -c beakerx beakerx_widgets`` but I get the following: ![image](https://user-images.githubusercontent.com/6099167/94449566-e3a64d80-01b4-11eb-90e9-0a155676de97.png)

No, it doesn't help ![image](https://user-images.githubusercontent.com/6099167/94827482-2a907f00-0411-11eb-93de-16ad259084bc.png)

I've met with the same issue. Any updates?

I have the same problem