lambda-bot-builder

1.0.1 • Public • Published

Lambda-Bot-Builder

A simple node package to allow botbuilder bots to be hosted on AWS Lambda.

Basic Use

Use of this library is very straightforward, just create your bot framework bot like normal, but instead of using restify or express, pass the ChatConnector listener to the ConnectListener method.

var lambdaGlue = require('lambda-bot-builder');
exports.handler = lambdaGlue.ConnectListener(connector.listen());

Package Sidebar

Install

npm i lambda-bot-builder

Weekly Downloads

0

Version

1.0.1

License

MIT

Last publish

Collaborators

  • blforce