When a chatbot is running, it may use various Lambda functions to support it. In the previous recipes, we created and uploaded a Lambda function written in Java. In this recipe, we will execute the function from AWS Toolkit for Eclipse.
Executing a Lambda function from Eclipse
Getting ready
The required setup was completed earlier. Complete the previous recipe, Uploading the Lambda function, to prepare for this recipe.
How to do it...
We will follow these steps to execute the Lambda function from Eclipse:
- Right-click on the code window, select AWS Lambda, and then select...