...
To create an AWS Lambda Function Task template, navigate to Tasks and select + New Task button. In the Type drop down, click on Create AWS Lambda Function Creation.
...
2. Fill in the field values required for task template creation:
...
Handler - Follow the example syntax to create. (Example for Java 8: example.Hello::handleRequest)
IAM Role - Fetched from AWS.
Runtime - Select the language to write the function. java8 functions Java 8 is supported at this time.
3. Select the Save button to save the task template.
...