Documentation ¶
Overview ¶
Package service implements the Lambda service provider.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Provider ¶
Provider implements interface
func (*Provider) NewService ¶
func (p *Provider) NewService(cfg *aws.Config) lambdaiface.LambdaAPI
NewService returns Lambda service with AWS config
type Provideriface ¶
type Provideriface interface {
NewService(cfg *aws.Config) lambdaiface.LambdaAPI
}
Provideriface is service factory
func NewProvider ¶
func NewProvider(session *session.Session, dryRun bool) Provideriface
NewProvider with session and dry run
Click to show internal directories.
Click to hide internal directories.