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
N.D.
N.D.
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.
N.D.