Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
kalaiyarasiganeshalingam committed Aug 13, 2023
2 parents a2a36b2 + c247d91 commit b923056
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ stdlibIoVersion=1.5.0
stdlibJavaArraysVersion=1.3.0
stdlibTimeVersion=2.3.0
stdlibUrlVersion=2.3.0
stdlibXmldataVersion=2.6.0
stdlibXmldataVersion=2.6.1
observeVersion=1.1.0
stdlibMathVectorVersion=1.0.1

Expand Down

0 comments on commit b923056

Please sign in to comment.