Tag: go

  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. Fixing AWS "not authorized to perform: ssm:GetParameter" error in Go lambda

    So, i started to learn Go and decided to write some chatbot that for our Slack in order to ask for some routine tasks that we do during testing or development in New10. Before we were using a lot of javascript and serverless, so i took some code snippets from…

    on aws go ssm