awsutilsingo GetProperties: Reads AWS and returns properties as map GetAWSFile: Reads AWS and returns file GetAWSFileAsString: Reads AWS and returns file as string how to use package main How to use? import ( "fmt" awsprop "github.com/sureshatgithub/awsutilsingo" ) func main() { p := awsprop.GetProperties("region", "bucket-name", "fileName") fmt.Println(p.MustGetString("property-key")) }