...
/Solution Review: Implementing Functionality under Test
Solution Review: Implementing Functionality under Test
Review the solution of implementing functionality under test.
We'll cover the following...
The complete solution is presented in the playground below.
{ "Information": [ "This file provides default values for the deployment wizard inside Visual Studio and the AWS Lambda commands added to the .NET Core CLI.", "To learn more about the Lambda commands with the .NET Core CLI execute the following command at the command line in the project root directory.", "dotnet lambda help", "All the command line options for the Lambda command can be specified in this file." ], "profile": "", "region": "", "configuration": "Release", "function-architecture": "x86_64", "function-runtime": "dotnet6", "function-memory-size": 256, "function-timeout": 30, "function-handler": "EmptyLambdaApp::EmptyLambdaApp.Function::FunctionHandler" }
Complete solution
Here are the steps to solve the challenge.
First, on line 13 ...