I am going through the AWS Create Lambda Function and Test it Manually (2.3) tutorial, and I used aws CLI, to create a function called ProcessDynamoDBStream. It is supposed to process DB events.
I called this function manually as stated in the tutorial and I had a success return output. I went to my Function section in my console to view the metrics of that function but I cannot find ProcessDynamoDBStream in my Functions.
What could be the problem?
Thank You