Question: Overview: In this homework, you will use Amazon Lambda to create several Math functions that allow user input of up to 3 variables with the
Overview: In this homework, you will use Amazon Lambda to create several Math functions that allow user input of up to variables with the results returned. Assignment: Total points, of the overall class grade Prior to attempting this assignment, be sure you have completed the readings and activities in week These activities are foundational and required to be successful in completing this homework. Please get started early as this assignment will take you longer than you think. points Using your AWS Academy classroom environment, create at least Lambda functions that calculate a simple Mathematical function. The functions should take between and up to input variables and return the calculated output. You can all the Lambda function a name that make senses for the function you select. For example, if you opted to develop functions to calculate the square of a number, the area of a triangle and perimeter of a rectangle, you might use the following function names: SquareofNumber AreaOfTriangle PerimeterOfRectangle You are free to choose the math function you want to implement and the name. Implement the code using Python and test each function with at least use cases. points Describe the functions you implemented and provide screenshot demonstrating the successful running of each use case. With use cases and functions, this implies you will show output from total test runs. Be sure to provide a brief description of each screenshot. Any submissions that do not represent work originating from the student will be submitted to the Deans office and evaluated for possible academic integrity violations and sanctions.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
