Claudia Bot Builder helps developers create and deploy chat-bots for various platforms in minutes to AWS Lambda. It simplifies the messaging workflows, automatically sets up the correct web hooks, and guides you through configuration steps, so that you can focus on important business problems and not have to worry about infrastructure code. This code is enough to operate bots for all supported platforms. Claudia Bot Builder automatically parses the incoming messages into a common format, so you can handle it easily. It also automatically packages the response into the correct message template for the requesting bot, so you do not have to worry about individual bot protocols. Claudia Bot Builder doesn't have a stand-alone http server in the background (such as Express, Hapi, etc.), instead it uses API Gateway and it's not trivial to simulate similar environment locally. Deploy it with --version test to create a separate test environment directly in AWS Lambda.
Features
- Build a bot in just a few lines of code, without any boilerplate
- Bot Builder guides you to set up and configure integrations with various platforms
- Bot builder helps you do simple stuff easily, but allows all the advanced bot features of individual platforms
- Use helper functions for building receipts, buttons, scrollers and more
- Your bot deployments are automatically versioned, so you can deploy instances for production and testing easily
- Claudia Bot builder automatically creates web hooks for Skype, Telegram, etc.