Documentation ¶
Overview ¶
Package aws handles the initialization of a new aws session
Index ¶
Constants ¶
View Source
const ( // ErrNoRegionProvided is used when no region was provided // to initialize a new aws session ErrNoRegionProvided = "NoRegionProvided" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Session ¶
Session embeds session.Session
func New ¶
func New(input *SessionInput) (*Session, error)
New returns a new *Session embedding *session.Session
type SessionInput ¶
type SessionInput struct {
// contains filtered or unexported fields
}
SessionInput contains the input to be passed to New
func NewSessionInput ¶
func NewSessionInput(region string) (*SessionInput, error)
NewSessionInput returns a new *SessionInput
Directories ¶
Path | Synopsis |
---|---|
Package dynamodb contains third party interactions with aws-sdk-go/dynamodb
|
Package dynamodb contains third party interactions with aws-sdk-go/dynamodb |
Package rekognition handles interactions with aws-sdk-go/service/rekognition
|
Package rekognition handles interactions with aws-sdk-go/service/rekognition |
Package s3 handles interactions with aws-sdk-go/service/s3
|
Package s3 handles interactions with aws-sdk-go/service/s3 |
Package sns handles interactions with aws-sdk-go/service/sns
|
Package sns handles interactions with aws-sdk-go/service/sns |
Package sqs handles interactions with aws-sdk-go/service/sqs
|
Package sqs handles interactions with aws-sdk-go/service/sqs |
Click to show internal directories.
Click to hide internal directories.