voxa-cli
Version:
The Voxa CLI tools
29 lines (27 loc) • 608 B
text/typescript
import "source-map-support/register";
import {
{{
alexaSkill,
{{/if}}
{{
assistantAction,
{{/if}}
{{
facebookBot,
{{/if}}
{{
telegramBot,
{{/if}}
} from "./app";
{{
export const alexaHandler = alexaSkill.lambda();
{{/if}}
{{
export const assistantHandler = assistantAction.lambdaHTTP();
{{/if}}
{{
export const facebookHandler = facebookBot.lambdaHTTP();
{{/if}}
{{
export const telegramHandler = telegramBot.lambdaHTTP();
{{/if}}