aws

package
v1.0.1-beta Latest Latest
Warning

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

Go to latest
Published: Feb 8, 2019 License: Apache-2.0 Imports: 9 Imported by: 8

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AwsClients

type AwsClients interface {
	S3Client(region *string, account_id *string, role *string) S3API
	LambdaClient(region *string, account_id *string, role *string) LambdaAPI
	SFNClient(region *string, account_id *string, role *string) SFNAPI
}

type Clients

type Clients struct {
	// contains filtered or unexported fields
}

func (Clients) Config

func (c Clients) Config(
	region *string,
	account_id *string,
	role *string) *aws.Config

func (*Clients) LambdaClient

func (c *Clients) LambdaClient(region *string, account_id *string, role *string) LambdaAPI

func (*Clients) S3Client

func (c *Clients) S3Client(
	region *string,
	account_id *string,
	role *string) S3API

func (*Clients) SFNClient

func (c *Clients) SFNClient(region *string, account_id *string, role *string) SFNAPI

func (Clients) Session

func (c Clients) Session() *session.Session

type LambdaAPI

type LambdaAPI lambdaiface.LambdaAPI

type S3API

type S3API s3iface.S3API

type SFNAPI

type SFNAPI sfniface.SFNAPI

Directories

Path Synopsis
s3 tools
s3 tools

Jump to

Keyboard shortcuts

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