Documentation
¶
Index ¶
- type AwsClients
- type Clients
- func (c Clients) Config(region *string, account_id *string, role *string) *aws.Config
- func (c *Clients) LambdaClient(region *string, account_id *string, role *string) LambdaAPI
- func (c *Clients) S3Client(region *string, account_id *string, role *string) S3API
- func (c *Clients) SFNClient(region *string, account_id *string, role *string) SFNAPI
- func (c Clients) Session() *session.Session
- type LambdaAPI
- type S3API
- type SFNAPI
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AwsClients ¶
type Clients ¶
type Clients struct {
// contains filtered or unexported fields
}
func (*Clients) LambdaClient ¶
type LambdaAPI ¶
type LambdaAPI lambdaiface.LambdaAPI
Click to show internal directories.
Click to hide internal directories.