service

package
v1.0.0-rc5 Latest Latest
Warning

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

Go to latest
Published: Sep 7, 2020 License: MIT Imports: 5 Imported by: 0

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

type Provider struct {
	Session *session.Session
	DryRun  bool
}

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

Jump to

Keyboard shortcuts

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