The purpose of this assignment is to get you accustomed to creating and modifying Lambdas. Lambdas will be further explored in Module Five, as they are an integral part of the AWS ecosystem. Emphasis is placed on refactoring and testing the echo function.
Follow the instructions in the CS 470 Module Four Assignment One Guide to complete your tasks.
Specifically, you must address the following rubric criteria:
- Create the Lambda and produce a serverless compute function.
- Test the Lambda by creating and naming a test case.
- Create an echo function by refactoring the lambda.
- Test the echo function using a new case with the REST query parameter.
Guidelines for Submission
Produce and submit the following screenshots (or code) to Brightspace. They align with the steps in your assignment guide:
- First serverless compute function
- Execution results
- EchoWithQuery execution results
- Screenshot or JSON for the created test event “EchoWithQuery”
- Source code or screenshot for index.js (about 22 lines of code)


0 comments