Is it possible to use a wildcard for *`LogGroupNam...
# help
ö
Is it possible to use a wildcard for
LogGroupName
in
CloudWatchLogs
event? For example:
Copy code
LogSubscriber:
    Type: AWS::Serverless::Function
    Properties:
      Handler: build/index.handler
      Events:
        ErrorLog:
          Type: CloudWatchLogs
          Properties:
            FilterPattern: 
            LogGroupName: /aws/lambda/*
f
Hey @Ömer Toraman, I don’t think that’s possible, given my limited knowledge of SAM. Maybe check w/ the folks in the AWS Developers slack
ö
I didn’t know that they have a slack channel 👀
f
Yeah, might be more resourceful for SAM related questions. DM me ur email, and I will send u an invite.
ö
Thanks!
I DM’ed you @Frank