Skip to content

Golang utility methods that simplify accessing AWS services like dynamodb, s3, sqs, sns...

Notifications You must be signed in to change notification settings

bnegrao/aws-utils-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aws-utils-go

Packages

  • cognitoutils: simple methods for CreateUser
  • dynamodbutils: simple methods for PutItem, GetItem, UpdateItem, PutItemWithConditional, FindOneFromIndex, Query
  • s3utils: simple methods for GetObject, GetObjectAsString, ListObjects, PutObject.
  • snsutils: simple methods for SendMessage, SendMessageWithAttributes.
  • sqsutils: simple methods for SendMessage, ReadMessage, DeleteMessage, GetMessageAttribute
  • sessionutils: lets you configure a Session (aws-sdk-go/aws/session) that will be shared to all aws service clients
  • localstack (experimental): utilities to start/stop localstack on the local machine

About

Golang utility methods that simplify accessing AWS services like dynamodb, s3, sqs, sns...

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published