...

/

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 need to add records to the database because it's empty at the moment. Instead of adding them manually, which would ...