...

/

Lambda Function Testing

Lambda Function Testing

Learn to test the Lambda function.

We'll cover the following...

In the previous lessons, we created a DynamoDB database, created the code for the Lambda functions, and successfully deployed them. Now, it's time to test our functions before we add them to the Step Functions workflow.

However, before we test the functions, we ...