Skip to content

sureshatgithub/awsutilsingo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 

Repository files navigation

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")) }

    About

    To read files, property files etc in go with aws

    Resources

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

    No packages published

    Languages