Open craigwatkinson opened 4 years ago
Can you try with more granular regex like in your case \/aws\/lambda\/dev.* Unfortunately we do not check whether the log group is already subscribed currently and AWS APIs do not provide a way to filter that in a single call so it will fail when one retries.
When there are a large number of existing log groups, and USE_EXISTING_LOG_GROUPS=True then the
putSubscriptionFilter
AWS API call sometimes fails due to hitting throttling limits. We see errors similar to the one below:Re-trying the invocation usually causes the throttle limits to be hit in the same places, so doesn't help to resolve the situation.