Tag: cloudwatch

  1. Handling ThrottlingException in Cloudwatch Goland SDK

    I've been recently working on a new cli tool that was helping our Teams to subscribe cloudwatch log groups to a specific lambda that forwards logs to Datadog. However, when a project has big number of lambda's, we were facing with ThrottlingException from cloudwatch. This allowed me to learn how…

    on go cloudwatch throttlingexception

  2. How to list all lambda subscription filters to every Cloudwatch log group that you have

    Recently i was working on a project that was listening to all our projects cloduwatch log groups and was forwarding them to Datadog. This adapter was doing some data enrichments of the log records and was also doing some obfuscation of sensitive data. At some point i wanted to find…

    on aws lambda cloudwatch python boto3 subscription