aws

package
v1.1.1 Latest Latest
Warning

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

Go to latest
Published: Oct 7, 2020 License: Apache-2.0 Imports: 12 Imported by: 0

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
	DynamoDBClient(region *string, account_id *string, role *string) DynamoDBAPI
}

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) DynamoDBClient

func (c *Clients) DynamoDBClient(region *string, account_id *string, role *string) DynamoDBAPI

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 DynamoDBAPI

type DynamoDBAPI dynamodbiface.DynamoDBAPI

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