Reputation: 33
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
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