Skip to content

Instantly share code, notes, and snippets.

View cruftyoldsysadmin's full-sized avatar

Michael T Halligan cruftyoldsysadmin

View GitHub Profile

Keybase proof

I hereby claim:

  • I am cruftyoldsysadmin on github.
  • I am cruftyold (https://keybase.io/cruftyold) on keybase.
  • I have a public key ASAw1b89MQEorjvS9Dn6j8x1md7c-u6nGuY923pZnNVYOwo

To claim this, I am signing this object:

@vatshat
vatshat / CloudwatchExamples.go
Last active August 6, 2019 18:30
FilterLogEvents and ListMetrics example in Go
package main
import (
"context"
"fmt"
"time"
"github.com/aws/aws-sdk-go/aws"
"github.com/aws/aws-sdk-go/aws/session"
"github.com/aws/aws-sdk-go/aws/client"