Skip to content

Instantly share code, notes, and snippets.

View gk2savage's full-sized avatar
💭
scripting-in-chaos

Girish gk2savage

💭
scripting-in-chaos
  • /bin/bash
  • India/127.0.0.1:443
View GitHub Profile
@miguelmota
miguelmota / ssm_parameter.go
Last active September 26, 2023 10:36
AWS SSM Go SDK parameter store example
package main
import (
"fmt"
"github.com/aws/aws-sdk-go/aws"
"github.com/aws/aws-sdk-go/aws/session"
"github.com/aws/aws-sdk-go/service/ssm"
)