0

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.

1 Answer 1

1

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.

Sign up to request clarification or add additional context in comments.

2 Comments

I know that I have to create my handlers in JAVA. Is there any template for java project that I can start writing my code?
No, there are no sample blueprints in Java. You'll have to look at the templates that are in other languages and convert them to Java.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.