Ahmed Aziz
Ahmed Aziz

Reputation: 33

Create AWS lambda function in Java responding to AWS Lex

I have created a chatbot using AWS Lex however I want to create AWS lambda function in java as 'initialization and validation code hook' to validate the user input and respond to him accrodingly.

Upvotes: 0

Views: 746

Answers (1)

Milk
Milk

Reputation: 2655

Navigate to lambda, for blueprint select blank function, then select the Java 8 runtime.

There are no sample blueprints in Java so you will have to create the function yourself.

Upvotes: 1

Related Questions