Skip to content

Custom Name For CloudWatch LogGroup

0

i want to customize the LogGroup Name which is created by Lambda, or creating custom log group and attaching it to the AWS lambda will also work, please guide me on the same

2 Answers
2

This is not possible as Lambda functions will always write the logs to /aws/lambda/<FunctionName> and there is no way to configure a different name.

AWS
EXPERT
answered 3 years ago
EXPERT
reviewed 3 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.