From 16bfd4b8e28d579d56ae2dd60b4bc6fb25aca886 Mon Sep 17 00:00:00 2001 From: praneesha Date: Fri, 11 Aug 2023 06:54:53 +0530 Subject: [PATCH] Fixed numbered bullets in the DynamoDB BBE Fixed numbered bullets in the DynamoDB BBE --- .../aws-lambda-dynamodb-trigger.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/aws-lambda-dynamodb-trigger/aws-lambda-dynamodb-trigger.md b/examples/aws-lambda-dynamodb-trigger/aws-lambda-dynamodb-trigger.md index 5476a0687e..aaa7ff48fc 100644 --- a/examples/aws-lambda-dynamodb-trigger/aws-lambda-dynamodb-trigger.md +++ b/examples/aws-lambda-dynamodb-trigger/aws-lambda-dynamodb-trigger.md @@ -46,5 +46,5 @@ Follow the instructions below to create a DynamoDB table for invoking this funct 9. Click **Explore table items**, and click **Create items** under the **Items returned** section. 10. Enter a value under the **Attributes** section to add an entry to the DynamoDB table to invoke the Lambda function, and click **Create item**. 11. Click the **Monitor** tab of the Lambda function in the AWS Management Console, and click **View CloudWatch logs** to check the logs via CloudWatch. -11. Under **Log streams** in CloudWatch, click on the topmost stream in the list and verify the object name in the logs. -12. Go to the AWS Lambda function and check the logs via CloudWatch to see the object identifier in the logs. +12. Under **Log streams** in CloudWatch, click on the topmost stream in the list and verify the object name in the logs. +13. Go to the AWS Lambda function and check the logs via CloudWatch to see the object identifier in the logs.