Serverless Forums
How to add a filter name to cloudWatchLog using the serverless framework?
Serverless Framework
aws
,
lambda
gautham
January 27, 2021, 2:57am
1
The cloudWatch filter name picks it by its random name on the deployment.
cloudwatchLog:
logGroup: ‘/aws/lambda/hello-world’
filterName: ‘hello-world’
cloudwatchLog:
logGroup: ‘/aws/lambda/hello-world-python’
filterName: ‘hello-world-python’
Screen Shot 2021-01-26 at 9.45.16 PM
1660×712 75.3 KB
gautham
January 27, 2021, 3:00am
2
Another screenshot
Related topics
Topic
Replies
Views
Activity
Possible to set Filter Name for Cloudwatch log event trigger?
Serverless Framework
aws
,
lambda
0
384
January 27, 2021
Doesnt create subscription filter from cloud watch log group
Serverless Framework
aws
0
769
April 8, 2019
Subscribing CloudWatchLog groups to a lambda function with filter
Serverless Framework
aws
,
lambda
0
620
August 1, 2018
How to provision AWS::Logs::MetricFilter
Serverless Framework
aws
3
4123
September 19, 2017
Change where CloudWatch logs are stored
Serverless Framework
0
253
February 22, 2024