We are definitely not new towards testing the functions manually using the AWS Management Console. Let us have a quick look at it once again before we go any further:
- To test any of your functions manually, all you need to do is select the Configure test event option from the Actions drop-down list of your Lambda function. In this case, I'm using my trusty Calculator code example for this exercise (version: 2, alias: PROD).
- In the Input test event dialog box, provide the test event as shown in the following screenshot. Remember, you can use either of these values as the operand variable: +, -, /, *, add, sub, mul, div.
- Once you have provided the sample event, click on Save and ...