This looks like it should be fairly straigth-forward , but I am having a hard time to get the bucket name that a lambda is pointing to form the AWS console.
Lets assume someone created a lambda and set the source to s3 bundle after he/she sets the s3 bucket for the lambda. The name of the bucket the lambda is attached is seems hard to find:
Above is what I get for the lambda, I would expect the current s3 bucket the lambda is pointed to, but this is not the case.
Am I doing something wrong here, Is there a way to find out what s3 bucket a lambda is sourced to in AWS console?