Skip to content

Instantly share code, notes, and snippets.

View chahatd's full-sized avatar

Chahat Nayar chahatd

View GitHub Profile
@chahatd
chahatd / ssm_parameter.go
Created November 24, 2021 13:38 — forked from miguelmota/ssm_parameter.go
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"
)