0.3.3 • Published 8 years ago

alexa-ability-lambda-handler v0.3.3

Weekly downloads
4
License
MIT
Repository
github
Last release
8 years ago

alexa-ability-lambda-handler Build Status

Example

import { Ability, events } from 'alexa-ability';
import { handleAbility } from 'alexa-ability-lambda-handler';

const ability = new Ability();

ability.on(events.launch, function(req) {
    req.say("Testing testing one two three.").end();
});

export const handler = handleAbility(ability);
0.3.3

8 years ago

0.3.2

8 years ago

0.3.1

8 years ago

0.3.0

8 years ago

0.2.0

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago