Skip to content

Commit 09ae608

Browse files
committed
updating log message
1 parent f60401c commit 09ae608

File tree

1 file changed

+1
-1
lines changed
  • aws_sra_examples/solutions/genai/bedrock_org/lambda/src

1 file changed

+1
-1
lines changed

aws_sra_examples/solutions/genai/bedrock_org/lambda/src/sra_lambda.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,5 +284,5 @@ def find_permission(self, function_name: str, statement_id: str) -> bool:
284284
return True
285285
return False
286286
except ClientError as e:
287-
self.LOGGER.error(e)
287+
self.LOGGER.info(f"Error finding lambda permissions: {e}")
288288
return False

0 commit comments

Comments
 (0)