From fe3ea126a68ae6d943c80228c609819d7c5b3847 Mon Sep 17 00:00:00 2001 From: praneesha Date: Fri, 4 Aug 2023 13:21:46 +0530 Subject: [PATCH] Update examples/aws-lambda-dynamodb-trigger/aws-lambda-dynamodb-trigger.md Co-authored-by: Anupama Pathirage --- .../aws-lambda-dynamodb-trigger/aws-lambda-dynamodb-trigger.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 1c9e271971..f2219d707b 100644 --- a/examples/aws-lambda-dynamodb-trigger/aws-lambda-dynamodb-trigger.md +++ b/examples/aws-lambda-dynamodb-trigger/aws-lambda-dynamodb-trigger.md @@ -42,7 +42,7 @@ Follow the instructions below to create a DynamoDB table for invoking this funct 4. Click **Create Table**, enter a table name and a partition key, and create the table (if you already have a table created, you can skip this step). 5. Click on the DynamoDB table you created, and then click the **Exports and streams** tab. 6. Click **Turn on** under **DynamoDB stream details**, select **Key attributes only** for the event type, and click **Turn on stream**. -8. Under the **Trigger** section, click **Create trigger**, select the `dynamoDBTrigger` from the dropdown, and click **Create trigger**. +8. Under the **Trigger** section, click **Create trigger**, select the `dynamoDBTrigger` from the drop-down, and click **Create trigger**. 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.