aws

package
v1.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 17, 2018 License: Apache-2.0 Imports: 3 Imported by: 12

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

type Session struct {
	*session.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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL