Skip to content

theBenForce/Lambda-Bot-Builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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());

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published