#Bot Hosting for Gateway web socket connection

1 messages · Page 1 of 1 (latest)

proven pumice

Hi all, I have a very simple bot that listens to messages in a channel and creates a poll whenever a message is sent. 2 things really.

  1. Where is a good place to host thing that does NOT use interactions (i.e. apparently doing gateway things with CloudFlare workers is not possible). Like is hosting this bot in Lambda a possibility?
  2. Are there any examples someone could send me about getting that set up. I have pretty decent devops experience but have not worked with web sockets before