Skip to content

theBenForce/lambda-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lambda-bot

A wrapper to make API.AI webhooks on AWS Lambda.

Here's a simple example:

const LambdaBot = require('lambda-bot');

const bot = new LambdaBot();

bot.setAction('hello.world', (app) => {
    app.tell('Hello from AWS Lambda!');
});

exports.handler = bot.handler();

About

A wrapper to make API.AI webhooks on AWS Lambda.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •