Skip to content

Commit

Permalink
Update examples/aws-lambda-dynamodb-trigger/aws-lambda-dynamodb-trigg…
Browse files Browse the repository at this point in the history
…er.md

Co-authored-by: Anupama Pathirage <anupama@wso2.com>
  • Loading branch information
praneesha and anupama-pathirage authored Aug 4, 2023
1 parent 07c199b commit fe3ea12
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit fe3ea12

Please sign in to comment.