howdyai / botkit

Botkit is an open source developer tool for building chat bots, apps and custom integrations for major messaging platforms.
MIT License
11.44k stars 2.28k forks source link

WebAdapter deploy on AWS cloud #2121

Closed direisc closed 2 years ago

direisc commented 3 years ago

Hello,

I need deploy botkit with webAdapter on AWS Cloud infrastructure. But I don`t see what is the best option.

In my cenary, I need the conversation started on chat load a custom conversation script based a param. Im try running on AWS Lambda, but dont have success.

What is the best form to expose websocket on AWS structure?

pgoldweic commented 3 years ago

I don’t know what is the best way to do it, but I've been successful deploying on Elastic Beanstalk, using an Application Load Balancer (this type of load balancer was required at the time I installed it in order to support web sockets – not sure whether it is still the case).

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.