go-ssmhelpers is a library of useful functions to interact with the AWS Systems Manager (SSM) API via the AWS Golang SDK. Used primarily for ssm-helpers project.
https://docs.aws.amazon.com/sdk-for-go/api/service/ssm/
- go 1.12 or higher
Golang dependencies are managed by go mod
.
go mod download
go test -v -cover ./...
go get "github.com/disneystreaming/go-ssmhelpers"