Skip to content

Increase filter subscription support with new limit#31

Open
b-tin wants to merge 1 commit intotsub:masterfrom
b-tin:update-limit-log-group-filter-subscription
Open

Increase filter subscription support with new limit#31
b-tin wants to merge 1 commit intotsub:masterfrom
b-tin:update-limit-log-group-filter-subscription

Conversation

@b-tin
Copy link

@b-tin b-tin commented Jul 4, 2024

Current aws allow 2 filter subscription now so pls help review the PR

...
functions:
  monitoring:
    handler: handler.main
    layers:
      - "${cf:create-lambda-layers-ops.BtinDashpython311DashrequestsLambdaLayerQualifiedArn}"
      - "${cf:create-lambda-layers-ops.BtinDashpython311DashmarshmallowLambdaLayerQualifiedArn}"
    timeout: 60
    tags:
      monitoring: 'true'
    events:
      - subscriptionFilter:
          stage: ops
          logGroupName: /aws/lambda/log-group
          filterPattern: '{ ($.errorCode = "pattern-1") }'
      - subscriptionFilter:
          stage: ops
          logGroupName: /aws/lambda/log-group
          filterPattern: '{ ($.eventName = "pattern-2*") }'

@b-tin b-tin force-pushed the update-limit-log-group-filter-subscription branch from 2ef9cfa to 1d82a93 Compare July 5, 2024 06:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant