Skip to content

Latest commit

 

History

History
53 lines (33 loc) · 1.02 KB

File metadata and controls

53 lines (33 loc) · 1.02 KB

Serverless Udemy Facebook Chatbot Lambda Function

This lambda function is used to define a specific Lex handler, used to manage udemy courses suggestions, due to specific group messages for each opted-in in user.

Functions provides :

  • Lex preconditions for incoming messages
  • Lex feature announce
  • Lex opt-in the bot
  • Lex opt-out the bot
  • On-flight message decomposition in keywords
  • Store on DynamoDB of keywords and relative count per user
  • Enquire to specific Udemy courses
  • User private presentation of suggested courses based on his preferences

Goals

N.D.

Parameters

N.D.

Install

To install function use following command :

  sls deploy
  or
  serverless deploy

If you want to test locally :

  npm install

Then install Kubeless and Serverless frameworks at :

Serverless with all preconditions.

Kubeless with all preconditions.

Usage

N.D.

License

Customized LGPL